diff options
author | Aki <please@ignore.pl> | 2023-03-09 22:16:41 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-04-05 19:34:33 +0200 |
commit | bd034c3f9ba7920aabea3736dac3936da7383551 (patch) | |
tree | 6ed1aa49f0c757aee7fd6000813b2e43608cef6f | |
parent | 4c94c50611dec71dc5211131a1b06e30e8a2de26 (diff) | |
download | kurator-bd034c3f9ba7920aabea3736dac3936da7383551.zip kurator-bd034c3f9ba7920aabea3736dac3936da7383551.tar.gz kurator-bd034c3f9ba7920aabea3736dac3936da7383551.tar.bz2 |
Reverted too aggressive removal of ray _lib_
-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 d261aa7..580072e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,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,ray,stdc++-6,winpthread-1}.dll 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/ artifacts: name: kurator-x86_64-windows paths: |