Skip to content

Commit 1ab867d

Browse files
authored
Merge pull request #6076 from wileyj/fix/6074
Fix/6074
2 parents 38e389f + 84511b0 commit 1ab867d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core-build-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build the binaries
2525
id: build
2626
run: |
27-
cargo build --bin stacks-inspect
27+
cargo build
2828
- name: Dump constants JSON
2929
id: consts-dump
3030
run: cargo run --bin stacks-inspect -- dump-consts | tee out.json

0 commit comments

Comments
 (0)