There was an error while loading. Please reload this page.
1 parent 4c349ee commit bfb639bCopy full SHA for bfb639b
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Build release binaries
42
env:
43
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
44
- run: cargo build --release --target ${{ matrix.target }}
+ run: cargo build --workspace --release --target ${{ matrix.target }}
45
46
- name: Package binaries
47
run: |
0 commit comments