We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db01d7f commit 764b5dfCopy full SHA for 764b5df
.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.dev(".")'
+ run: julia --project="libs/Theseus" -e 'import Pkg; Pkg.develop(".")'
78
- uses: julia-actions/julia-buildpkg@v1
79
with:
80
project: "libs/Theseus"
0 commit comments