From 769871b43a695d0d15b14b64e99b6c43abf6c364 Mon Sep 17 00:00:00 2001
From: Hansen <Cole2.hansen@live.uwe.ac.uk>
Date: Sun, 9 Mar 2025 11:29:39 +0500
Subject: [PATCH] Updated GitLab CI to upload latest filesss

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cce2995..e748475 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 before_script:
   - echo "Using shell: $(ps -o comm= -p $$)"  # Debugging: check which shell is running
   - apt-get update
-  - apt-get install -y software-properties-common
+  - apt-get install -y software-properties-common which
   - add-apt-repository -y ppa:librazer/dev  # Adds Raylib PPA
   - apt-get update
   - apt-get install -y build-essential raylib-dev libgl1-mesa-dev libx11-dev libxcursor-dev libxrandr-dev libxi-dev libxinerama-dev
-- 
GitLab