Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 22, 2023
1 parent fa533f4 commit 476e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- run: echo "${{ toJSON(matrix || '') }}" | jq -r '.[]'
- run: echo '${{ toJSON(matrix || '') }}' | jq -r '.[]'
- uses: julia-actions/cache@e728574ebe1cca247c00e20b177387a41b086d6f
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit 476e023

Please sign in to comment.