Skip to content

Commit

Permalink
CI: use system meson on Ubuntu 24.04
Browse files Browse the repository at this point in the history
(cherry picked from commit d0119e3)
  • Loading branch information
kmilos committed Oct 9, 2024
1 parent 81bc63d commit 4c002e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install packages
run: |
python3 -m pip install meson ninja
sudo apt install -y meson
- name: Emscripten
uses: mymindstorm/setup-emsdk@v14
- name: Compile
Expand Down

0 comments on commit 4c002e6

Please sign in to comment.