Skip to content

Commit 5f7b03a

Browse files
authored
Merge pull request #5083 from martin-frbg/fixmips64ci
MIPS64 CI :fix breakage from inadvertent line join in yml file
2 parents 87083fd + 100e74d commit 5f7b03a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mips64.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
6060
- name: Compilation cache
6161
uses: actions/cache@v3
62-
with: path: ~/.ccache
62+
with:
63+
path: ~/.ccache
6364
key: ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}-${{ github.sha }}
6465
restore-keys: |
6566
ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}

0 commit comments

Comments
 (0)