Skip to content

Commit

Permalink
Merge pull request #677 from Inve1951/patch-1
Browse files Browse the repository at this point in the history
2 simple fixes
  • Loading branch information
aduros authored Dec 31, 2023
2 parents 841e62e + 5063e90 commit 2edcdb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
wasm4: bin/wasm4
libretro: lib/wasm4_libretro.dylib

- os: ubuntu-latest
# glibc 2.31
- os: ubuntu-20.04
artifact: "linux"
wasm4: bin/wasm4
libretro: lib/wasm4_libretro.so
Expand All @@ -33,9 +34,10 @@ jobs:
with:
submodules: true

- if: matrix.config.os == 'ubuntu-latest'
- if: matrix.config.os == 'ubuntu-20.04'
name: Install local dependencies
run: |
ldd --version
sudo apt update
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libxkbcommon-dev libasound2-dev libpulse-dev
Expand Down

0 comments on commit 2edcdb2

Please sign in to comment.