Skip to content

Commit 9bd0942

Browse files
committed
Update actions-rust-cross
1 parent 4a8f718 commit 9bd0942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: houseabsolute/actions-rust-cross@v1
3434
with:
3535
working-directory: "rust"
36-
command: ${{ matrix.platform.command }}
36+
command: "build"
3737
target: ${{ matrix.platform.target }}
3838
args: "--locked --release"
3939
strip: true

0 commit comments

Comments
 (0)