Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Dec 7, 2023
1 parent a368580 commit 9150b3e
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 @@ -66,15 +66,13 @@ jobs:
# right build flags rather than building NSS.)
- name: Fetch NSS and NSPR
run: |
echo ${{ github.workspace }}
echo "$NSPR_DIR"
hg clone https://hg.mozilla.org/projects/nspr "$NSPR_DIR"
git clone --depth=1 https://github.com/nss-dev/nss "$NSS_DIR"
echo "NSS_DIR=$NSS_DIR" >> "$GITHUB_ENV"
echo "NSPR_DIR=$NSPR_DIR" >> "$GITHUB_ENV"
echo "NSS_JOBS=$NUMBER_OF_PROCESSORS" >> "$GITHUB_ENV"
echo go
echo "#!/usr/bin/env bash" > "$NSS_DIR"/build.sh
echo "BASH=$SHELL" >> "$GITHUB_ENV"
cd "$NSS_DIR" && ./build.sh -v
echo done
exit 1
Expand Down

0 comments on commit 9150b3e

Please sign in to comment.