From 4966f7cd7e1272ad0d2ac2aaac09aa111813a724 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sun, 6 Apr 2025 23:36:14 -0400 Subject: [PATCH] CI: Don't copy SDL3 to AOT output --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d8f627..e2310ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,6 @@ jobs: - name: Build/Publish run: | dotnet publish -c Release RogueLegacy.Core.csproj - cp /usr/lib/x86_64-linux-gnu/libSDL3.so.0 bin/Release/net8.0/linux-x64/publish/ cp /usr/local/lib/libFAudio.so.0 bin/Release/net8.0/linux-x64/publish/ cp /usr/local/lib/libFNA3D.so.0 bin/Release/net8.0/linux-x64/publish/ ls -l bin/Release/net8.0/linux-x64/publish/