From f7878d8552c932e1934701995a52dcf2a59783bb Mon Sep 17 00:00:00 2001 From: nots1dd Date: Tue, 19 Nov 2024 20:10:25 +0530 Subject: [PATCH] [CODEQL] Testing multiple workflows --- .github/workflows/build-fedora.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-fedora.sh b/.github/workflows/build-fedora.sh index 5e326f7..e7e8577 100644 --- a/.github/workflows/build-fedora.sh +++ b/.github/workflows/build-fedora.sh @@ -21,7 +21,8 @@ install_missing_libs() { } # Install dependencies -install_dependencies curl wget pkg-config wayland-protocols wayland-scanner +install_dependencies curl wget pkg-config wayland-protocols-devel wayland-scanner +echo "[FEDORA SCRIPT] Downloaded dependencies successfully" # Install additional libraries if missing install_missing_libs