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 9a5e8c4 commit 8ad4389Copy full SHA for 8ad4389
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
path: target/debug/framework_tool
67
68
- name: Build Linux tool (Release)
69
- run: cargo build -p framework_tool --release
+ run: cargo build -p framework_tool --release --features nvidia
70
71
- name: Upload Linux App
72
uses: actions/upload-artifact@v4
@@ -134,7 +134,7 @@ jobs:
134
- name: Build Windows tool
135
run: |
136
cargo build -p framework_tool
137
- cargo build -p framework_tool --release
+ cargo build -p framework_tool --release --features nvidia
138
139
- name: Check if Windows tool can start
140
run: cargo run -- --help --release
0 commit comments