We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91bf93 commit 2d36318Copy full SHA for 2d36318
.github/workflows/CI.yml
@@ -74,7 +74,7 @@ jobs:
74
arch: ${{ matrix.arch }}
75
- uses: julia-actions/cache@v2
76
- if: ${{ matrix.version == '1.10' }}
77
- run: julia --project="libs/Theseus" -e 'import Pkg; Pkg.develop([PackageSpec(path=".")])'
+ run: julia --project="libs/Theseus" -e 'using Pkg; Pkg.develop([PackageSpec(path=".")])'
78
- uses: julia-actions/julia-buildpkg@v1
79
with:
80
project: "libs/Theseus"
0 commit comments