Skip to content

Commit 0f4111a

Browse files
authored
Merge pull request #148 from jannic-dev-forks/fix-ci
Fix CI
2 parents 5c38490 + 9566c15 commit 0f4111a

File tree

4 files changed

+603
-2
lines changed

4 files changed

+603
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,13 @@ jobs:
4141
run: cargo fmt --all -- --check
4242

4343
- name: Build and install cargo-binutils
44+
if: matrix.rust == 'stable'
4445
run: cargo install --path . -f
4546

47+
- name: Build and install cargo-binutils (--locked)
48+
if: matrix.rust != 'stable'
49+
run: cargo install --locked --path . -f
50+
4651
- name: Run cargo-nm
4752
run: cargo nm --bin cargo-nm -- --undefined-only
4853

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
**/*.rs.bk
22
.#*
33
/target
4-
Cargo.lock

0 commit comments

Comments
 (0)