Skip to content

Commit

Permalink
Merge pull request #1 from MrBrixican/linux-build
Browse files Browse the repository at this point in the history
Linux build
  • Loading branch information
MrBrixican authored Sep 23, 2023
2 parents 8428f04 + 81778b4 commit 7c7ca30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
uses: actions/[email protected]
- name: Get CMake
uses: lukka/[email protected]
- name: Setup Linux dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev
- name: CMake Configure
run: cmake -B build -S Platform
- name: CMake Build
Expand Down
Binary file modified Platform/libs/lib64/libFosterPlatform.so
Binary file not shown.

0 comments on commit 7c7ca30

Please sign in to comment.