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 1399e9b commit dc7189eCopy full SHA for dc7189e
.github/workflows/post-release.yml
@@ -48,7 +48,7 @@ jobs:
48
sudo apt-get install -y gcc-aarch64-linux-gnu
49
50
- name: Build
51
- run: cargo build --release --target ${{ matrix.target }}
+ run: cargo build -p native --release --target ${{ matrix.target }}
52
53
- name: List
54
run: ls target
0 commit comments