Fix half-fixed previous commit

This commit is contained in:
Micah Jerome Ellison 2021-12-11 14:48:23 -08:00
parent cb7bdfcd81
commit 9205b7f1bd
2 changed files with 2 additions and 2 deletions

View file

@ -36,8 +36,6 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ] os: [ ubuntu-latest, macos-latest, windows-latest ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
cache-string: ${{ secrets.CACHE_STRING }}
- uses: ./.github/actions/run_tests - uses: ./.github/actions/run_tests
with: with:
cache-string: ${{ secrets.CACHE_STRING }} cache-string: ${{ secrets.CACHE_STRING }}

View file

@ -19,3 +19,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ./.github/actions/run_tests - uses: ./.github/actions/run_tests
with:
cache-string: ${{ secrets.CACHE_STRING }}