Skip to content

Commit 86fb0e4

Browse files
committed
ci: Use meson from package manager
1 parent 1cd8734 commit 86fb0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install system dependencies
1919
run: |
2020
sudo apt install -y --no-install-recommends \
21-
curl git build-essential python3 python3-pip python3-setuptools python3-wheel ninja-build \
21+
curl git build-essential meson \
2222
libgtk-4-dev gettext libdbus-1-dev libssl-dev libudev-dev \
2323
desktop-file-utils
2424
- name: Setup meson project

0 commit comments

Comments
 (0)