Skip to content

Commit 5805df2

Browse files
committed
ci: fix installation of dependencies
1 parent 1f924b6 commit 5805df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Install dependencies
16-
- run: |
16+
run: |
1717
sudo apt install -y ninja-build python3-pip
1818
pip3 install meson
1919

0 commit comments

Comments
 (0)