Skip to content

Commit

Permalink
CI: fix cross target
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 2, 2024
1 parent 2f07f2b commit 6ef8cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: houseabsolute/actions-rust-cross@v0
with:
command: build
target: ${{ matrix.platform.target }}
target: ${{ matrix.target }}
args: "--verbose"
strip: true

Expand Down

0 comments on commit 6ef8cf5

Please sign in to comment.