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
No known key found for this signature in database
GPG key ID: 32C1DDF333EDA6A4
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: