We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cba71 commit c0102a4Copy full SHA for c0102a4
.github/workflows/container_ci.yml
@@ -24,8 +24,9 @@ jobs:
24
- name: Install dependencies
25
run: |
26
apt update
27
- apt install -y python3 python3-pip meson ninja-build build-essential curl docker.io git
+ apt install -y python3 python3-pip build-essential curl docker.io git
28
pip3 install --upgrade pip
29
+ python3 -m pip install --no-cache-dir meson ninja
30
31
- name: Set up Meson build
32
0 commit comments