Skip to content

Commit

Permalink
azx
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 23, 2023
1 parent bc3b16c commit ef95992
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
run: |
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 || true
find "$NSPR_DIR"
find "$NSS_DIR"
sed -i 's/mv -f $(DESTDIR)$(includedir)/$(MDCPUCFG_H).*/ls - $(DESTDIR)$(includedir)/$(MDCPUCFG_H)/g' "$NSPR_DIR"/pr/include/md/Makefile.in
"$NSS_DIR"/build.sh -v
env:
NSS_DIR: ${{ github.workspace }}/nss
NSPR_DIR: ${{ github.workspace }}/nspr
Expand Down

0 comments on commit ef95992

Please sign in to comment.