We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8f718 commit 9bd0942Copy full SHA for 9bd0942
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: houseabsolute/actions-rust-cross@v1
34
with:
35
working-directory: "rust"
36
- command: ${{ matrix.platform.command }}
+ command: "build"
37
target: ${{ matrix.platform.target }}
38
args: "--locked --release"
39
strip: true
0 commit comments