Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 24, 2023
1 parent 88b16fd commit ad92a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
if: runner.os == 'Windows'
uses: msys2/setup-msys2@v2
with:
# update: true
install: nsinstall gyp mercurial git ninja
msystem: UCRT64
update: true
install: nsinstall gyp ninja

# - name: Install dependencies (Windows)
# if: runner.os == 'Windows'
Expand All @@ -61,7 +62,6 @@ jobs:
# sed -i 's|mv -f $(DESTDIR)$(includedir)/$(MDCPUCFG_H).*||g' "$NSPR_DIR"/pr/include/md/Makefile.in

- name: Fetch NSS and NSPR
shell: msys2 {0}
run: |
hg clone https://hg.mozilla.org/projects/nspr "$NSPR_DIR"
git clone --depth=1 https://github.com/nss-dev/nss "$NSS_DIR"
Expand Down

0 comments on commit ad92a86

Please sign in to comment.