Skip to content

Commit

Permalink
Fix version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Feb 13, 2024
1 parent 3c95a1b commit 8bf2ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Downgrade-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1
version: '1'
arch: x64
- run: julia -e 'using Pkg; pkg"add CompatHelperLocal"'
- run: julia -e 'using Pkg; pkg"add ."'
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1
version: '1'
arch: x64
- run: julia -e 'using Pkg; pkg"add CompatHelperLocal"'
- run: julia -e 'using Pkg; pkg"add ."'
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: 1
version: '1'
arch: x64
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8bf2ff3

Please sign in to comment.