Skip to content

Commit

Permalink
Try 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Feb 17, 2025
1 parent cb26739 commit 4f072b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
build:
# For reference when cross-platform support is added:
# https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Install desktop dev dependencies
# https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md#build-dependencies
run: |
sudo apt-get install build-essential git make \
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
Expand All @@ -41,3 +42,7 @@ jobs:
with:
path: |
build/${{env.CMAKE_PRESET}}/memsed
- name: Check for uncommitted changes
run: |
git diff --exit-code

0 comments on commit 4f072b5

Please sign in to comment.