mirror of
https://github.com/flibitijibibo/RogueLegacy1.git
synced 2025-12-06 02:30:51 -08:00
CI: Don't copy SDL3 to AOT output
This commit is contained in:
parent
b9b90e2eeb
commit
4966f7cd7e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue