Skip to content

Commit

Permalink
Pin ocamlbuild to a fork to avoid problems with tar
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jun 21, 2023
1 parent 6cfd2d9 commit 007b9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# because extracting the archive of the 0.14.2 version actually
# fails due to a symlink to a directory
- name: Pin ocamlbuild (windows-only)
run: opam install ocamlbuild.0.11.0 -vv
run: opam pin add ocamlbuild https://github.com/Gbury/ocamlbuild.git#win32
if: matrix.os == 'windows-latest'
# Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit 007b9ac

Please sign in to comment.