Skip to content

Commit

Permalink
Merge pull request #5083 from martin-frbg/fixmips64ci
Browse files Browse the repository at this point in the history
MIPS64 CI :fix breakage from inadvertent line join in yml file
  • Loading branch information
martin-frbg authored Jan 18, 2025
2 parents 87083fd + 100e74d commit 5f7b03a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mips64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5f7b03a

Please sign in to comment.