Skip to content

Commit

Permalink
Merge pull request #119 from Habbie/ubuntu-runner-24.04
Browse files Browse the repository at this point in the history
force build-ubuntu to 24.04
  • Loading branch information
Habbie authored Oct 4, 2024
2 parents bd05b20 + 5ed5165 commit 05f33f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ on:

jobs:
build-ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update apt indexes
run: sudo apt-get update
- name: Install various apt dependencies
run: sudo apt-get install build-essential cmake ninja-build nlohmann-json3-dev pkg-config libssl-dev libsdl2-dev python3-pip
- name: Install meson
run: pip install meson
run: sudo apt-get install build-essential cmake ninja-build nlohmann-json3-dev pkg-config libssl-dev libsdl2-dev python3-pip meson
- name: Configure Meson
run: meson setup ${{github.workspace}}/build
- name: Build
Expand Down

0 comments on commit 05f33f6

Please sign in to comment.