0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

ci: use latest meson version

This commit is contained in:
Sayafdine Said 2023-06-25 14:16:47 +02:00
parent 5d3e69d3ad
commit c97164f9f5
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4
2 changed files with 5 additions and 2 deletions

View file

@ -8,10 +8,13 @@ jobs:
- name: Install required libraries
run: >
sudo apt-get update && sudo apt-get install -y
python3 python3-pip python3-setuptools python3-wheel ninja-build meson
python3 python3-pip python3-setuptools python3-wheel
cmake make build-essential clang-tidy
libpam0g-dev libinih-dev libevdev-dev
python3-dev libopencv-dev
- name: Install meson
run: sudo python3 -m pip install meson ninja
- uses: actions/checkout@v2

View file

@ -1,4 +1,4 @@
project('howdy', 'cpp', license: 'MIT', version: 'beta', meson_version: '>= 1.1.0')
project('howdy', 'cpp', license: 'MIT', version: 'beta', meson_version: '>= 0.64.0')
py = import('python').find_installation()
py.dependency()