Skip to content

Commit 62eb6d8

Browse files
authored
Did I mention I love CI?
1 parent 9367253 commit 62eb6d8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/meson.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
#with:
2323
# cache: 'pip'
2424

25-
- name: Install meson
26-
run: pip install meson==0.53.0
25+
- name: Install Buildsystem
26+
run: |
27+
pip install meson==0.53.0
28+
sudo apt-get install -y ninja-build
2729
2830
- name: Install Libtasn1
2931
run: sudo apt-get install -y libtasn1-dev libtasn1-bin

0 commit comments

Comments
 (0)