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 7df06e0 commit d8d0642Copy full SHA for d8d0642
.github/workflows/main.yml
@@ -149,11 +149,9 @@ jobs:
149
# fmt --all runs on all workspace packages so this is handled by
150
# check_and_test above
151
- name: Check
152
- run: |
153
- SKIP_INSTALLER_COPY=true cargo check --package installer-gui --verbose
+ run: NO_FIRMWARE_BIN=true cargo check --package installer-gui --verbose
154
- name: Run clippy
155
156
- SKIP_INSTALLER_COPY=true cargo clippy --package installer-gui --verbose
+ run: NO_FIRMWARE_BIN=true cargo clippy --package installer-gui --verbose
157
158
test_daemon_frontend:
159
needs: files_changed
0 commit comments