diff options
author | Aki <please@ignore.pl> | 2023-03-19 00:56:44 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-04-05 19:41:19 +0200 |
commit | d26f892bbe906d2a44b39049fca013c1503c1655 (patch) | |
tree | 686a4d476dd7786de18ea6d71956617b9d959c75 | |
parent | 4ec2ffe25bbd6402b03df09178753b947a1edb9f (diff) | |
download | kurator-d26f892bbe906d2a44b39049fca013c1503c1655.zip kurator-d26f892bbe906d2a44b39049fca013c1503c1655.tar.gz kurator-d26f892bbe906d2a44b39049fca013c1503c1655.tar.bz2 |
Removed raylib from dynamic deps in windows package
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |