Skip to content

Commit 2b1b7be

Browse files
author
Maxim Egorushkin
committed
Fix ci-meson.yml
1 parent c4d2cfe commit 2b1b7be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-meson.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- uses: actions/checkout@v6
3434

3535
- name: Install Meson and Boost.Test
36-
run: |
37-
sudo apt-get update
38-
sudo apt-get install --yes -qq meson libboost-test-dev
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install --yes -qq meson libboost-test-dev
3939
4040
- name: Setup
4141
env:

0 commit comments

Comments
 (0)