Skip to content

Commit

Permalink
-i
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 28, 2023
1 parent a3413c1 commit 1c3fca6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
toolchain: ${{ matrix.rust-toolchain }}
components: rustfmt, clippy
# cache: false # enabling the cache leads to spurious failures

- name: Install Rust tools
uses: taiki-e/install-action@v2
Expand Down Expand Up @@ -62,7 +61,7 @@ jobs:
hg clone https://hg.mozilla.org/projects/nspr "$NSPR_DIR"
git config --global core.autocrlf false
git clone --depth=1 https://github.com/nss-dev/nss "$NSS_DIR"
sed -i 's/-w44996//' nss/lib/sqlite/Makefile
sed -i'' 's/-w44996//' nss/lib/sqlite/Makefile
echo "NSS_DIR=$NSS_DIR" >> "$GITHUB_ENV"
echo "NSPR_DIR=$NSPR_DIR" >> "$GITHUB_ENV"
env:
Expand Down

0 comments on commit 1c3fca6

Please sign in to comment.