Skip to content

Commit

Permalink
Workaround broken rustsec/gix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sirringhaus committed Mar 1, 2024
1 parent 16e9856 commit 5140ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
rustup update
- name: Build
run: |
cargo update
# Disable `cargo update` until a new version of rustsec is being released
# See: https://github.com/rustsec/rustsec/issues/1130
# cargo update
cargo build --release --all-features
- name: Check formatting
run: |
Expand Down

0 comments on commit 5140ace

Please sign in to comment.