Skip to content

Commit

Permalink
install meson using setup helpers in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
superm1 committed Oct 17, 2023
1 parent 2726d38 commit 78afbc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
sudo ./contrib/ci/fwupd_setup_helpers.py install-dependencies -o ubuntu --yes
python3 -m pip install --user "meson >= 1.0.0"
sudo ./contrib/ci/fwupd_setup_helpers.py test-meson
- name: Build
run: |
./contrib/build-openbmc.sh --prefix=/home/runner/.root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
sudo ./contrib/ci/fwupd_setup_helpers.py install-dependencies -o ubuntu --yes
python3 -m pip install --user "meson >= 1.0.0"
sudo ./contrib/ci/fwupd_setup_helpers.py test-meson
- name: Check ABI
run: ./contrib/ci/check-abi $(git describe --abbrev=0 --tags) $(git rev-parse HEAD)

Expand Down

0 comments on commit 78afbc4

Please sign in to comment.