Skip to content

Commit 4600e39

Browse files
committed
fix typo
1 parent 5af026d commit 4600e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
arch: ${{ matrix.arch }}
3939
- uses: julia-actions/cache@v2
4040
- uses: julia-actions/julia-buildpkg@v1
41-
- name: Run tests julia 1.11 ubuntu-latest and count rules
41+
- name: Run tests julia 1 ubuntu-latest and count rules
4242
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
4343
run: |
4444
julia --project=. -e "

0 commit comments

Comments
 (0)