Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 30, 2024
1 parent dd77656 commit b0b5a63
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/scripts/build-win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,9 @@ export CC=""
echo "::group::Installing deps"

eval "$(opam config env)"
opam repository set-url default https://github.com/ocaml/opam-repository.git
opam repository set-url windows https://github.com/ocaml-cross/opam-cross-windows.git
cd cd /home/opam/opam-cross-windows
git pull --rebase https://github.com/ocaml-cross/opam-cross-windows.git main
opam update windows
# shellcheck disable=SC2046
opam upgrade -y $(echo "$OPAM_DEPS" | sed -e 's#,# #g') ffmpeg-windows ffmpeg-avutil-windows
opam remove -y pcre-windows

# Debug
opam reinstall -y cry-windows

echo "::endgroup::"

Expand Down

0 comments on commit b0b5a63

Please sign in to comment.