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 e6ea80e commit 35fe27bCopy full SHA for 35fe27b
.github/workflows/ubuntu.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install CMake
22
run: |
23
- wget -qO- https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.24.0-ubuntu_focal-x86_64.tar.gz | tar xzv -C/usr --strip-components=1
+ wget -qO- https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.24.0-ubuntu_focal-x86_64.tar.gz | sudo tar xzv -C/usr --strip-components=1
24
25
- name: Copy pkgconfig files
26
0 commit comments