Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Jun 14, 2024
1 parent fc488f1 commit 4daad66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
run: |
julia --color=yes --project=. -e '
using Pkg
Pkg.add(url="https://github.com/SciML/DiffEqBase.jl.git", rev="1c283e02");
Pkg.add(url="https://github.com/Ferrite-FEM/Ferrite.jl.git", rev="bdd5b41");
Pkg.instantiate();
Pkg.precompile();'
Expand Down

0 comments on commit 4daad66

Please sign in to comment.