From 80f12ffaaa36504cf45c48f90eed1edb82458d9e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 17 Nov 2025 18:34:23 +0100 Subject: [PATCH] fix github actions for windows/mac --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1dc461..94b54fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -363,7 +363,8 @@ jobs: contents: read packages: write needs: - - build_rust_installer + - build_rayhunter + - build_rootshell - files_changed - installer_gui_check - test_installer_frontend @@ -457,7 +458,8 @@ jobs: contents: read packages: write needs: - - build_rust_installer + - build_rayhunter + - build_rootshell - files_changed - installer_gui_check - test_installer_frontend