Skip to content

Commit c4d2cfe

Browse files
authored
Fix install Meson along with Boost.Test
1 parent 8ed867c commit c4d2cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Meson and Boost.Test
3636
run: |
3737
sudo apt-get update
38-
sudo apt-get install --yes -qq libboost-test-dev
38+
sudo apt-get install --yes -qq meson libboost-test-dev
3939
4040
- name: Setup
4141
env:

0 commit comments

Comments
 (0)