Skip to content

Commit

Permalink
aqw
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 23, 2023
1 parent f55025d commit bc3b16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
echo "C:/mozilla-build/msys2/usr/bin" >> $GITHUB_PATH
echo "MOZILLABUILD=C:/mozilla-build" >> $GITHUB_ENV
echo "MOZBUILD_STATE_PATH=C:/mozbuild-state" >> $GITHUB_ENV
# echo "OS_TARGET=WIN95" >> $GITHUB_ENV
echo "OS_TARGET=WIN95" >> $GITHUB_ENV
- name: Fetch NSS and NSPR
shell: bash
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 –enable-win32-target=WIN95 || true
"$NSS_DIR"/build.sh -v || true
find "$NSPR_DIR"
find "$NSS_DIR"
env:
Expand Down

0 comments on commit bc3b16c

Please sign in to comment.