Skip to content

Commit

Permalink
Merge pull request #1 from MisfitMaid/linux-tiles-build
Browse files Browse the repository at this point in the history
testing build script change
  • Loading branch information
sylae authored Jul 20, 2024
2 parents 8df469d + 2c678b7 commit 46e5037
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,15 @@ jobs:
if: runner.os == 'Linux' && matrix.mxe == 'none' && matrix.android == 'none' && !matrix.wasm
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-dev libncursesw5-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev libpulse-dev ccache gettext parallel
git clone https://github.com/libsdl-org/SDL.git --branch release-2.0.20 --depth 1
cd SDL
mkdir build
cd build
../configure
../configure --prefix=/usr
make -j$((`nproc`+0))
sudo make install
cp ../LICENSE.txt ${{ github.workspace }}/LICENSE-SDL.txt
sudo apt-get install libncursesw5-dev libsdl2-ttf-dev libsdl2-image-dev \
libsdl2-mixer-dev libpulse-dev ccache gettext parallel
- name: Install Emscripten (WebAssembly)
if: matrix.wasm
uses: mymindstorm/setup-emsdk@v13
Expand Down

0 comments on commit 46e5037

Please sign in to comment.