feat(ci): macos, fix keysetcache use

This commit is contained in:
rudy
2022-04-25 09:29:14 +02:00
committed by rudy-6-4
parent 843dd0eb5b
commit b45e469a44
4 changed files with 6 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ jobs:
if: github.event_name == 'push'
run: |
cd compiler
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make keysetcache_ci_populated
KEYSETCACHECI="$TMPDIR/KeySetCache" GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make keysetcache_ci_populated
- name: Test
if: github.event_name == 'push'