Skip to content

Commit 4d0ebfa

Browse files
committed
Test the win cross without ld
1 parent d03e870 commit 4d0ebfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-cross.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
7878
sudo apt-get update -y
7979
sudo apt-get install -y gcc-mingw-w64-x86-64
80+
sudo rm /usr/bin/x86_64-w64-mingw32-ld
8081
- name: Checkout OCaml
8182
uses: actions/checkout@v4
8283
with:

0 commit comments

Comments
 (0)