Skip to content

Commit

Permalink
Remove the conflicting link.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent a54c8da commit 44fb279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Expand Up @@ -35,7 +35,9 @@ jobs:
arch: amd64 # Matches Qt5Network.dll 5.15.2
# toolset: 14.26 # Matches Qt5Network.dll 5.15.2
# vsversion: 2019 # Matches Qt5Network.dll 5.15.2
- run: ./build.sh
- run: |
rm -f /usr/bin/link
./build.sh
shell: bash
env:
QT_VERSION: 5.15.2
Expand Down

0 comments on commit 44fb279

Please sign in to comment.