Skip to content

Commit

Permalink
Try and search for nss
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 13, 2024
1 parent b957caf commit 40fc1e0
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 @@ -56,9 +56,11 @@ jobs:
echo "/opt/homebrew/opt/llvm/bin" >> "$GITHUB_PATH"
echo "RUSTFLAGS=-C link-arg=-fuse-ld=lld" >> "$GITHUB_ENV"
- name: Use MSYS2 environment and install more dependencies (Windows)
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
run: /c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-nss
run: |
/c/msys64/usr/bin/pacman -Ss nss
/c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-nss
- name: Set up MSVC build environment (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 40fc1e0

Please sign in to comment.