Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Dec 7, 2023
1 parent 9b30f26 commit f30e00a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
echo "NSPR_DIR=$NSPR_DIR" >> "$GITHUB_ENV"
echo "NSS_JOBS=$NUMBER_OF_PROCESSORS" >> "$GITHUB_ENV"
echo go
sed -i.bak -e 's|$(NSINSTALL)|$(NSINSTALL) -v |g' "$NSPR_DIR"/pr/include/md/Makefile.in
which nsinstall
nsinstall -h || true
# sed -i.bak -e 's|$(NSINSTALL)|$(NSINSTALL) -v |g' "$NSPR_DIR"/pr/include/md/Makefile.in
cat "$NSPR_DIR"/pr/include/md/Makefile.in
cd "$NSS_DIR" && env OS_ARCH=WIN95 ./build.sh -v || true
echo done
Expand Down

0 comments on commit f30e00a

Please sign in to comment.