Skip to content

Commit

Permalink
Another --target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 20, 2023
1 parent 9e11f88 commit 1aba155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
if: '!matrix.min'

# Build `libwasmtime.so`
- run: $CENTOS cargo build --release -p wasmtime-c-api $BUILD_FLAGS
- run: $CENTOS cargo build --release -p wasmtime-c-api $BUILD_FLAGS --target ${{ matrix.target }}

# Assemble release artifacts appropriate for this platform, then upload them
# unconditionally to this workflow's files so we have a copy of them.
Expand Down

0 comments on commit 1aba155

Please sign in to comment.