Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 24, 2023
1 parent 7d02d5d commit 816aa2e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
msystem: UCRT64
# update: true
install: nsinstall gyp ninja
path-type: inherit

# - name: Install dependencies (Windows)
# if: runner.os == 'Windows'
Expand All @@ -63,14 +62,13 @@ 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 "${{ github.workspace }}\nss"
git clone --depth=1 https://github.com/nss-dev/nss "${{ github.workspace }}\nspr"
"${{ github.workspace }}\nspr\build.sh" -v
# env:
# NSS_DIR: ${{ github.workspace }}/nss
# NSPR_DIR: ${{ github.workspace }}/nspr
hg clone https://hg.mozilla.org/projects/nspr "$NSPR_DIR"
git clone --depth=1 https://github.com/nss-dev/nss "$NSS_DIR"
"$NSS_DIR"/build.sh -v
env:
NSS_DIR: ${{ github.workspace }}/nss
NSPR_DIR: ${{ github.workspace }}/nspr

# - name: Checkout
# uses: actions/checkout@v4
Expand Down

0 comments on commit 816aa2e

Please sign in to comment.