Skip to content
Permalink
Browse files
ci: Ensure Meson version is adequate on Ubuntu
  • Loading branch information
ximion committed Aug 16, 2022
1 parent eef9656 commit b0a2013
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -84,6 +84,9 @@ jobs:
- name: Create Build Environment
run: sudo ./tests/ci/install-deps-deb.sh

- name: Update Meson
run: sudo pip install 'meson~=0.62'

- name: Build
run: CC=gcc CXX=g++ ./tests/ci/run-build.sh

@@ -28,6 +28,9 @@ jobs:
- name: Install dependencies
run: sudo ./tests/ci/install-deps-deb.sh

- name: Update Meson
run: sudo pip install 'meson~=0.62'

- name: Build
run: CC=gcc CXX=g++ ./tests/ci/run-build.sh codeql

0 comments on commit b0a2013

Please sign in to comment.