From 8f97e7cd38a02ad1f5bde6cf224925cbee65d0b8 Mon Sep 17 00:00:00 2001 From: Hansen <Cole2.hansen@live.uwe.ac.uk> Date: Sun, 9 Mar 2025 11:26:57 +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 5e83ca6..cce2995 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ before_script: - apt-get update - apt-get install -y build-essential raylib-dev libgl1-mesa-dev libx11-dev libxcursor-dev libxrandr-dev libxi-dev libxinerama-dev - echo "Checking GCC version..." - - gcc --version + - Get-Command gcc - echo "Checking include and library paths..." - command -v gcc || echo "GCC not found!" - ls -l /usr/include/raylib || echo "Raylib headers not found!" -- GitLab