chore: workflow updates (#34)

This commit is contained in:
Patrick Lewis
2022-04-02 16:09:32 -07:00
committed by GitHub
parent cfae0e3f17
commit aa05afe57d

View File

@@ -1,6 +1,8 @@
name: core-build
on:
push:
branches:
- 'master'
pull_request:
jobs:
@@ -23,9 +25,9 @@ jobs:
with:
path: 'modules/mod-eluna'
- name: Cache
uses: actions/cache@v1.1.2
uses: actions/cache@v2
with:
path: /home/runner/.ccache
path: var/ccache
key: ccache:${{ matrix.compiler }}:${{ github.ref }}:${{ github.sha }}
restore-keys: |
ccache:${{ matrix.compiler }}:${{ github.ref }}