Skip to content

Commit b10db43

Browse files
committed
gh-actions: Build release builds with nvidia library
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent dcb221a commit b10db43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: target/debug/framework_tool
5757

5858
- name: Build Linux tool (Release)
59-
run: cargo build -p framework_tool --release
59+
run: cargo build -p framework_tool --release --features nvidia
6060

6161
- name: Upload Linux App
6262
uses: actions/upload-artifact@v4
@@ -124,7 +124,7 @@ jobs:
124124
- name: Build Windows tool
125125
run: |
126126
cargo build -p framework_tool
127-
cargo build -p framework_tool --release
127+
cargo build -p framework_tool --release --features nvidia
128128
129129
- name: Check if Windows tool can start
130130
run: cargo run -- --help --release

0 commit comments

Comments
 (0)