Skip to content

Commit 7c7ca30

Browse files
authored
Merge pull request #1 from MrBrixican/linux-build
Linux build
2 parents 8428f04 + 81778b4 commit 7c7ca30

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-libs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
uses: actions/[email protected]
3030
- name: Get CMake
3131
uses: lukka/[email protected]
32+
- name: Setup Linux dependencies
33+
if: runner.os == 'Linux'
34+
run: |
35+
sudo apt-get update
36+
sudo apt-get install libsdl2-dev
3237
- name: CMake Configure
3338
run: cmake -B build -S Platform
3439
- name: CMake Build
394 KB
Binary file not shown.

0 commit comments

Comments
 (0)