Skip to content

Commit

Permalink
fix(build): Reimplement the link.exe hack for windows
Browse files Browse the repository at this point in the history
xdoardo committed Oct 16, 2024

Verified

This commit was signed with the committer’s verified signature.
xdoardo edoardo
1 parent c1c1fc5 commit d213b5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -301,7 +301,10 @@ jobs:
run: |
choco install ninja
- name: Delete unwanted link to stop it from interfering (Windows)
shell: bash
run: rm /usr/bin/link.exe
if: startsWith(matrix.metadata.build, 'windows-')

- name: Test WAMR API
if: ${{ matrix.build-what.key == 'wamr' }}

0 comments on commit d213b5a

Please sign in to comment.