Skip to content

Commit

Permalink
Try to get newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 13, 2024
1 parent 40fc1e0 commit 96112ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,24 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends lld libnss3-dev
echo "RUSTFLAGS=-C link-arg=-fuse-ld=lld" >> "$GITHUB_ENV"
- name: Install dependencies (MacOS)
if: runner.os == 'MacOS'
run: |
brew update
brew install llvm nss
echo "/opt/homebrew/opt/llvm/bin" >> "$GITHUB_PATH"
echo "RUSTFLAGS=-C link-arg=-fuse-ld=lld" >> "$GITHUB_ENV"
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
run: |
/c/msys64/usr/bin/pacman -Suy
/c/msys64/usr/bin/pacman -Ss nss
/c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-nss
/c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-nss
- name: Set up MSVC build environment (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 96112ba

Please sign in to comment.