ci: use ccache

This commit is contained in:
Rosalie Wanders
2022-12-13 15:26:29 +01:00
parent 7c72fa98fd
commit bf9e370ddd
+2
View File
@@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: hendrikmuhs/ccache-action@v1.2.5
- name: Install Packages
run: |
sudo apt-get -qq update
@@ -32,6 +33,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: hendrikmuhs/ccache-action@v1.2.5
- uses: msys2/setup-msys2@v2
with:
path-type: inherit