From d26f892bbe906d2a44b39049fca013c1503c1655 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 19 Mar 2023 00:56:44 +0100 Subject: Removed raylib from dynamic deps in windows package --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 469f25e..522bd63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ package-windows: needs: ["build-windows", "test-windows"] script: - cmake --install build-windows/ --prefix kurator-x86_64-windows/ - - cp /usr/x86_64-w64-mingw32/bin/lib{ssp-0,gcc_s_seh-1,raylib,stdc++-6,winpthread-1}.dll kurator-x86_64-windows/ + - cp /usr/x86_64-w64-mingw32/bin/lib{ssp-0,gcc_s_seh-1,stdc++-6,winpthread-1}.dll kurator-x86_64-windows/ artifacts: name: kurator-x86_64-windows paths: -- cgit v1.1