Skip to content

Commit

Permalink
Use git
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 30, 2024
1 parent 1ce5455 commit 91fbc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/polonius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
minimum-version: ${{ steps.nss-version.outputs.minimum }}

- name: Apply patch, removing `unsafe` workarounds.
run: patch -p1 < .github/workflows/polonius.diff
run: git apply .github/workflows/polonius.diff

- run: RUSTFLAGS="-Z polonius" cargo +nightly check

0 comments on commit 91fbc6b

Please sign in to comment.