From 91436b679b7f6baac0c2f0d76cfc2aa07b94e4bc Mon Sep 17 00:00:00 2001
From: Hansen <Cole2.hansen@live.uwe.ac.uk>
Date: Sun, 9 Mar 2025 11:41:25 +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 e1ef4e2..3e78a71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ before_script:
   - gcc --version
   - echo "Checking include and library paths..."
   - command -v gcc || echo "GCC not found!"
-  - ls -l /usr/include/raylib || echo "Raylib headers not found!"
+  - ls -l /usr/include/ || echo "Raylib headers not found!"
   - ls -l /usr/lib || echo "Library path not found!"
 
 build:
-- 
GitLab