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 6466aec commit 0166bf7Copy full SHA for 0166bf7
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: install libusb-1.0
20
run: sudo apt-get install libusb-1.0-0-dev
21
- name: build
22
- run: cargo build --workspace --all-features --verbose
+ run: cargo build --release --workspace --all-features --verbose
23
- uses: actions/upload-artifact@v2
24
with:
25
name: library-ubuntu
@@ -41,7 +41,7 @@ jobs:
41
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
42
43
shell: bash
44
45
46
47
name: library-windows
0 commit comments