From 2abe4e97d34154a55a21a6ff61d6778f043288f0 Mon Sep 17 00:00:00 2001 From: Tobias Glaser <tobias.glaser@student.reutlingen-university.de> Date: Mon, 9 Jun 2025 22:21:39 +0000 Subject: [PATCH] fixing gitlab-ci more --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e91e33..a57d2a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ Windows-MSYS2-MINGW64: - Invoke-WebRequest -OutFile "msys2.exe" -Uri "https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.sfx.exe" - Get-FileHash ./msys2.exe -Algorithm SHA256 | Format-List - ./msys2.exe -y -oC:\ - - Remove-Item msys2.exe - $env:CHERE_INVOKING = 'yes' - $env:MSYSTEM = 'MINGW64' # https://www.msys2.org/docs/environments/ - C:\msys64\usr\bin\bash -lc ' ' -- GitLab