From eada81e10e1f1cfbe51ff808edab70e112552884 Mon Sep 17 00:00:00 2001 From: Hansen <Cole2.hansen@live.uwe.ac.uk> Date: Sun, 9 Mar 2025 09:05:52 +0500 Subject: [PATCH] Updated GitLab CI to upload latest filesss --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0f72ec..f45299d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ stages: - build before_script: + - echo "Setting PATH for GitLab Runner..." + - $env:Path = "C:\ProgramData\mingw64\mingw64\bin;" + $env:Path - echo "Checking if GCC is installed..." - gcc --version -- GitLab