Skip to content

Commit

Permalink
force build-ubuntu to 24.04, get meson from apt now
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Oct 4, 2024
1 parent 0446edf commit 5ed5165
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 5ed5165

Please sign in to comment.