Skip to content

Commit

Permalink
prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Dec 4, 2023
1 parent 743a26a commit 068d8bc
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 @@ -83,7 +83,7 @@ jobs:
echo "make -C \"$NSS_DIR\" -j \"$NSS_JOBS\" nss_build_all USE_64=1 NSS_DISABLE_GTESTS=1" >> "$NSS_DIR"/build.sh
echo "BASH=$SHELL" >> "$GITHUB_ENV"
# w/o anything: ../../../../dist/WIN954.0_x86_64_64_DBG.OBJ/include -> dist/WIN954.0_x86_64_64_DBG.OBJ/include/nspr.h
# echo "NSS_GYP_PREFIX=${{ github.workspace }}/dist/WIN954.0_x86_64_64_DBG.OBJ" >> "$GITHUB_ENV"
echo "NSS_GYP_PREFIX=${{ github.workspace }}" >> "$GITHUB_ENV"
# ../../dist/include/nspr ->
# echo "LIBCLANG_PATH=C:\\Program Files\\LLVM\\bin" >> "$GITHUB_ENV"
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Build
run: |
cargo +${{ matrix.rust-toolchain }} build -v --all-targets --keep-going || true
cargo +${{ matrix.rust-toolchain }} build -v --all-targets || true
ls -lt || true
ls -lt .. || true
ls -lt ../.. || true
Expand Down

0 comments on commit 068d8bc

Please sign in to comment.