1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-23 04:26:46 -05:00

Revert a9312c837e . Use proper GCC binary location and CCACHE changes in

the CI
This commit is contained in:
Fijxu
2024-03-25 00:11:11 -03:00
parent 0c2bdc6f61
commit d4375a21ef
3 changed files with 7 additions and 9 deletions

View File

@@ -33,7 +33,6 @@ on:
env:
PR_NUMBER: pr${{ github.event.number }}
CCACHE_DIR: '.ccache'
jobs:
format:
@@ -77,13 +76,13 @@ jobs:
uses: https://code.forgejo.org/actions/cache@v3
id: ccache-restore
with:
path: .ccache
path: ~/.ccache
key: ${{ runner.os }}-${{ matrix.type }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-${{ matrix.type }}-
- name: Create ccache directory
if: steps.ccache-restore.outputs.cache-hit != 'true'
run: mkdir -p .ccache
run: mkdir -p ~/.ccache
- name: Build
run: ./.ci/scripts/${{ matrix.type }}/docker.sh
env: