Skip to content

Commit c0102a4

Browse files
Update container_ci.yml
1 parent b0cba71 commit c0102a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/container_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
apt update
27-
apt install -y python3 python3-pip meson ninja-build build-essential curl docker.io git
27+
apt install -y python3 python3-pip build-essential curl docker.io git
2828
pip3 install --upgrade pip
29+
python3 -m pip install --no-cache-dir meson ninja
2930
3031
- name: Set up Meson build
3132
run: |

0 commit comments

Comments
 (0)