We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af026d commit 4600e39Copy full SHA for 4600e39
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
arch: ${{ matrix.arch }}
39
- uses: julia-actions/cache@v2
40
- uses: julia-actions/julia-buildpkg@v1
41
- - name: Run tests julia 1.11 ubuntu-latest and count rules
+ - name: Run tests julia 1 ubuntu-latest and count rules
42
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
43
run: |
44
julia --project=. -e "
0 commit comments