Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 14, 2024
1 parent cad6b55 commit f6dfb05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew update
brew install nss pkg-config
echo "/home/linuxbrew/.linuxbrew/bin" >> "$GITHUB_PATH"
pkg-config --debug --modversion nss
- name: Install dependencies (MacOS)
if: runner.os == 'MacOS'
Expand All @@ -78,6 +80,7 @@ jobs:
# 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
C:\\msys64\\mingw64\\bin\\pkg-config --debug --modversion nss
- name: Set up MSVC build environment (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit f6dfb05

Please sign in to comment.