Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 24, 2023
1 parent 08af2b6 commit 8374e90
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 @@ -41,7 +41,7 @@ jobs:
if: runner.os == 'Windows'
uses: msys2/setup-msys2@v2
with:
install: make
install: nsinstall

# - name: Install dependencies (Windows)
# if: runner.os == 'Windows'
Expand All @@ -63,7 +63,7 @@ jobs:
python3 -m pip install gyp-next
hg clone https://hg.mozilla.org/projects/nspr "$NSPR_DIR"
git clone --depth=1 https://github.com/nss-dev/nss "$NSS_DIR"
sed -i 's|mv -f $(DESTDIR)$(includedir)/$(MDCPUCFG_H).*||g' "$NSPR_DIR"/pr/include/md/Makefile.in
# sed -i 's|mv -f $(DESTDIR)$(includedir)/$(MDCPUCFG_H).*||g' "$NSPR_DIR"/pr/include/md/Makefile.in
"$NSS_DIR"/build.sh -v
env:
NSS_DIR: ${{ github.workspace }}/nss
Expand Down

0 comments on commit 8374e90

Please sign in to comment.