Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Nicky-D/3p-sdl2 into linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Feb 22, 2024
2 parents cc1cec0 + 61da765 commit 1dc88c1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,31 @@ jobs:
- name: Setup Linux Build Dependencies
if: ${{ runner.os == 'Linux' }}
run: sudo apt-get install ninja-build

- name: Run apt update
if: runner.os == 'Linux'
run: sudo apt update

- name: Run apt update
if: runner.os == 'Linux'
run: sudo apt upgrade

- name: Install required Linux packages
if: runner.os == 'Linux'
run: >
sudo apt install -y mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev
libxext-dev libibus-1.0-dev
fcitx-libs-dev libudev-dev libunwind-dev
libwayland-dev libxkbcommon-dev libpulse-dev libsndio-dev
- name: Setup macOS Build Dependencies
if: ${{ runner.os == 'macOS' }}
run: brew install ninja

- name: Setup Windows Build Dependencies
if: ${{ runner.os == 'Windows' }}
run: choco install ninja

- name: Build with autobuild
uses: secondlife/action-autobuild@v3
with:
Expand Down

0 comments on commit 1dc88c1

Please sign in to comment.