Skip to content

Commit d8d0642

Browse files
committed
fix installer-gui-check
1 parent 7df06e0 commit d8d0642

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,9 @@ jobs:
149149
# fmt --all runs on all workspace packages so this is handled by
150150
# check_and_test above
151151
- name: Check
152-
run: |
153-
SKIP_INSTALLER_COPY=true cargo check --package installer-gui --verbose
152+
run: NO_FIRMWARE_BIN=true cargo check --package installer-gui --verbose
154153
- name: Run clippy
155-
run: |
156-
SKIP_INSTALLER_COPY=true cargo clippy --package installer-gui --verbose
154+
run: NO_FIRMWARE_BIN=true cargo clippy --package installer-gui --verbose
157155

158156
test_daemon_frontend:
159157
needs: files_changed

0 commit comments

Comments
 (0)