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