Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 22, 2023
1 parent 0545ea4 commit b4ca23e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
- os: macOS-latest
arch: x86
steps:
- run: echo '${{ toJSON(matrix || '') }}' | jq -r '[.[]] | join("-")'
shell: bash
- run: echo 'matrix-string=${{ toJSON(matrix || '') }}' | jq -r '[.[]] | join("-")' >> $GITHUB_OUTPUT
shell: bash
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- run: echo '${{ toJSON(matrix || '') }}' | jq -r '[.[]] | join("-")'
shell: bash
- uses: julia-actions/cache@e728574ebe1cca247c00e20b177387a41b086d6f
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit b4ca23e

Please sign in to comment.