Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 23, 2023
1 parent a8c6526 commit ce92da7
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 - $(DESTDIR)$(includedir)/$(MDCPUCFG_H)|g' "$NSPR_DIR"/pr/include/md/Makefile.in
sed -i 's|mv -f $(DESTDIR)$(includedir)/$(MDCPUCFG_H).*|ls -l $(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 ce92da7

Please sign in to comment.