From a3e7d0ef43645454e2faf32170c6f4120c5d551e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 12 May 2026 19:09:14 +0200 Subject: [PATCH] Fix CI: installer-gui needs wpa-supplicant --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 988dc91..99d417b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -426,6 +426,7 @@ jobs: needs: - build_rayhunter - build_rootshell + - build_wpa_supplicant - files_changed - installer_gui_check - test_installer_frontend @@ -482,6 +483,7 @@ jobs: needs: - build_rayhunter - build_rootshell + - build_wpa_supplicant - files_changed - installer_gui_check - test_installer_frontend @@ -525,6 +527,7 @@ jobs: needs: - build_rayhunter - build_rootshell + - build_wpa_supplicant - files_changed - installer_gui_check - test_installer_frontend