Skip to content

Commit

Permalink
Merge pull request #148 from jannic-dev-forks/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
burrbull authored Oct 15, 2024
2 parents 5c38490 + 9566c15 commit 0f4111a
Show file tree
Hide file tree
Showing 4 changed files with 603 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ jobs:
run: cargo fmt --all -- --check

- name: Build and install cargo-binutils
if: matrix.rust == 'stable'
run: cargo install --path . -f

- name: Build and install cargo-binutils (--locked)
if: matrix.rust != 'stable'
run: cargo install --locked --path . -f

- name: Run cargo-nm
run: cargo nm --bin cargo-nm -- --undefined-only

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/*.rs.bk
.#*
/target
Cargo.lock
Loading

0 comments on commit 0f4111a

Please sign in to comment.