Skip to content

Commit

Permalink
I forgot that runner.temp is not the same on macOS so it will result …
Browse files Browse the repository at this point in the history
…in a cache miss
  • Loading branch information
zacharyburnett committed Aug 2, 2024
1 parent 7b18a7c commit e6403ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: download and cache CRDS test files
runs-on: ubuntu-latest
steps:
- run: echo CRDS_TEST_ROOT=${{ inputs.path != '' && inputs.path || runner.temp }} >> $GITHUB_ENV
- run: echo CRDS_TEST_ROOT=${{ inputs.path != '' && inputs.path || '/tmp' }} >> $GITHUB_ENV
- run: |
echo CRDS_PATH=${{ env.CRDS_TEST_ROOT }}/crds-cache-default-test >> $GITHUB_ENV
echo CRDS_TESTING_CACHE=${{ env.CRDS_TEST_ROOT }}/crds-cache-test >> $GITHUB_ENV
Expand Down

0 comments on commit e6403ed

Please sign in to comment.