main workflow change

master
HybridDog 2021-11-08 17:04:32 +01:00
parent fb7c95c98a
commit bea27399e4
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libpng-dev g++
sudo apt-get install -y --no-install-recommends libpng-dev g++ ccache
# probably bad example, doesn't work with my program
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with: