Skip to content

Commit

Permalink
do not install F* deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 17, 2025
1 parent afeffb3 commit 934273a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ jobs:
run: |
eval $(opam env)
sudo apt-get update || true
opam install --deps-only FStar/fstar.opam
# opam install --deps-only FStar/fstar.opam
# ^ relying on the fact that F* dependencies are already installed
sed -i '/"fstar"/d' karamel/karamel.opam
# ^ remove F* dependency of karamel, it is outdated and will conflict.
opam install --deps-only karamel/karamel.opam
Expand Down

0 comments on commit 934273a

Please sign in to comment.