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
parent
commit
5f7b03a441
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/mips64.yml

+ 2
- 1
.github/workflows/mips64.yml View File

@@ -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 }}


Loading…
Cancel
Save