Skip to content

Commit

Permalink
a3
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 23, 2023
1 parent 4e2d6d7 commit 84e1f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
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).*|ls -l $(DESTDIR)$(includedir)/|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 84e1f2d

Please sign in to comment.