Skip to content

Commit 87f20e5

Browse files
committed
install ccache
1 parent 4ac898f commit 87f20e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-basic-packages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Install packages
1212
run: |
1313
sudo apt-get update
14-
sudo apt-get install -y xz-utils build-essential ninja-build cmake wget
14+
sudo apt-get install -y xz-utils build-essential ninja-build cmake wget ccache
1515
shell: bash
1616

1717

0 commit comments

Comments
 (0)