Skip to content

Commit

Permalink
fix: use opam pin add for installation of coq-waterproof
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-portegies committed Nov 7, 2023
1 parent 4164962 commit 3a0eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: always()
shell: cmd
run: |
C:\cygwin_wp\bin\bash --login -c "opam install -y coq-waterproof.2.1.0+8.17"
C:\cygwin_wp\bin\bash --login -c "opam pin add -y https://github.com/impermeable/coq-waterproof.git#2.1.0+8.17"
# - name: Install packages specified in cfg file
# if: always()
Expand Down

0 comments on commit 3a0eda4

Please sign in to comment.