Skip to content

Commit

Permalink
Retry
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 14, 2024
1 parent bcc2ad6 commit 7037e15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends lld libnss3-dev
sudo apt-get install -y --no-install-recommends lld
echo "RUSTFLAGS=-C link-arg=-fuse-ld=lld" >> "$GITHUB_ENV"
brew update
brew install nss
- name: Install dependencies (MacOS)
if: runner.os == 'MacOS'
Expand All @@ -66,8 +68,8 @@ jobs:
echo "C:\\msys64\\usr\\bin"
echo "C:\\msys64\\mingw64\\bin"
} >> "$GITHUB_PATH"
find "C:\\msys64"
/c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-nss mingw-w64-x86_64-pkg-config
find "C:\\msys64"
# See https://github.com/ilammy/msvc-dev-cmd#name-conflicts-with-shell-bash
rm /usr/bin/link.exe
rm C:\\msys64\\usr\\bin\\link.exe
Expand Down

0 comments on commit 7037e15

Please sign in to comment.