From fd25a195def81f7e4906ba5eee7e8867454935cd Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 3 Oct 2022 20:58:10 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b73c602..f65a18d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,6 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: - - echo "target_link_libraries(ModManager -static)" >> CMakeLists.txt # add static since the gitlab-CI is using musl - mkdir build - cd build - cmake ..