Skip to content

Commit 0166bf7

Browse files
committed
Switched to release build
1 parent 6466aec commit 0166bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: install libusb-1.0
2020
run: sudo apt-get install libusb-1.0-0-dev
2121
- name: build
22-
run: cargo build --workspace --all-features --verbose
22+
run: cargo build --release --workspace --all-features --verbose
2323
- uses: actions/upload-artifact@v2
2424
with:
2525
name: library-ubuntu
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
4242
- name: build
4343
shell: bash
44-
run: cargo build --workspace --all-features --verbose
44+
run: cargo build --release --workspace --all-features --verbose
4545
- uses: actions/upload-artifact@v2
4646
with:
4747
name: library-windows

0 commit comments

Comments
 (0)