Skip to content

Commit

Permalink
Restore Windows link.exe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 13, 2024
1 parent 24f988b commit 61996bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
run: |
/c/msys64/usr/bin/pacman -Suy --noconfirm
/c/msys64/usr/bin/pacman -Ss nss
/c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-nss
# See https://github.com/ilammy/msvc-dev-cmd#name-conflicts-with-shell-bash
rm /usr/bin/link.exe
- name: Set up MSVC build environment (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 61996bf

Please sign in to comment.