Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 24, 2023
1 parent 866fd10 commit f0d8e19
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 @@ -42,7 +42,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
# update: true
install: nsinstall python
install: nsinstall gyp

# - name: Install dependencies (Windows)
# if: runner.os == 'Windows'
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Fetch NSS and NSPR
shell: msys2 {0}
run: |
python3 -m pip install gyp-next
# 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
Expand Down

0 comments on commit f0d8e19

Please sign in to comment.