There was an error while loading. Please reload this page.
1 parent 4ac898f commit 87f20e5Copy full SHA for 87f20e5
1 file changed
.github/actions/install-basic-packages/action.yml
@@ -11,7 +11,7 @@ runs:
11
- name: Install packages
12
run: |
13
sudo apt-get update
14
- sudo apt-get install -y xz-utils build-essential ninja-build cmake wget
+ sudo apt-get install -y xz-utils build-essential ninja-build cmake wget ccache
15
shell: bash
16
17
0 commit comments