Skip to content

Commit dc7189e

Browse files
committed
Update post-release.yml
1 parent 1399e9b commit dc7189e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get install -y gcc-aarch64-linux-gnu
4949
5050
- name: Build
51-
run: cargo build --release --target ${{ matrix.target }}
51+
run: cargo build -p native --release --target ${{ matrix.target }}
5252

5353
- name: List
5454
run: ls target

0 commit comments

Comments
 (0)