We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03e870 commit 4d0ebfaCopy full SHA for 4d0ebfa
.github/workflows/build-cross.yml
@@ -77,6 +77,7 @@ jobs:
77
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
78
sudo apt-get update -y
79
sudo apt-get install -y gcc-mingw-w64-x86-64
80
+ sudo rm /usr/bin/x86_64-w64-mingw32-ld
81
- name: Checkout OCaml
82
uses: actions/checkout@v4
83
with:
0 commit comments