Skip to content

Commit 8ad4389

Browse files
committed
gh-actions: Build release builds with nvidia library
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 9a5e8c4 commit 8ad4389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
path: target/debug/framework_tool
6767

6868
- name: Build Linux tool (Release)
69-
run: cargo build -p framework_tool --release
69+
run: cargo build -p framework_tool --release --features nvidia
7070

7171
- name: Upload Linux App
7272
uses: actions/upload-artifact@v4
@@ -134,7 +134,7 @@ jobs:
134134
- name: Build Windows tool
135135
run: |
136136
cargo build -p framework_tool
137-
cargo build -p framework_tool --release
137+
cargo build -p framework_tool --release --features nvidia
138138
139139
- name: Check if Windows tool can start
140140
run: cargo run -- --help --release

0 commit comments

Comments
 (0)