Browse Source
Merge pull request #5083 from martin-frbg/fixmips64ci
MIPS64 CI :fix breakage from inadvertent line join in yml file
tags/v0.3.30
Martin Kroeker
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
.github/workflows/mips64.yml
|
|
|
@@ -59,7 +59,8 @@ jobs: |
|
|
|
|
|
|
|
- name: Compilation cache |
|
|
|
uses: actions/cache@v3 |
|
|
|
with: path: ~/.ccache |
|
|
|
with: |
|
|
|
path: ~/.ccache |
|
|
|
key: ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}-${{ github.sha }} |
|
|
|
restore-keys: | |
|
|
|
ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }} |
|
|
|
|