Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 23, 2023
1 parent ab5c1a9 commit 778d561
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@ jobs:
choco install --no-progress MozillaBuild
echo "C:/mozilla-build/bin" >> $GITHUB_PATH
echo "C:/mozilla-build/msys2/usr/bin" >> $GITHUB_PATH
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"
if [ "${{runner.os}}" == "Windows" ]; then
export OS_TARGET=WIN95
fi
"$NSS_DIR"/build.sh -v
env:
NSS_DIR: ${{ github.workspace }}/nss
Expand Down

0 comments on commit 778d561

Please sign in to comment.