Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 81b817c

Browse files
committed
Update build command in release workflow
1 parent d515f26 commit 81b817c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: rustup target add ${{ matrix.target }}
4848

4949
- name: Build
50-
run: cargo build --release --target ${{ matrix.target }} -j $(nproc) --locked
50+
run: cargo build --release --target ${{ matrix.target }}
5151

5252
- name: Upload binaries to release
5353
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)