Skip to content

Commit 39d22cc

Browse files
committed
fix: missing target on fmt
1 parent 13c2a50 commit 39d22cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cargo binstall -y --force trunk
3030
3131
- name: Release
32-
run: make release
32+
run: make release TARGET=x86_64-unknown-linux-gnu
3333

3434
- name: Run
3535
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)