Skip to content

Commit

Permalink
Use ccache and cache the build
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Dec 8, 2022
1 parent dd72415 commit 5a591e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compilation.yml
Expand Up @@ -25,8 +25,11 @@ jobs:
brew install pkg-config
brew install protobuf
brew install cppunit
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
- name: Compile
env:
TASK: 'compile'
run: |
PATH=/usr/local/opt/ccache/libexec:$PATH # Use ccache on Mac too
bash -ex .travis-ci.sh

0 comments on commit 5a591e7

Please sign in to comment.