We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87083fd + 100e74d commit 5f7b03aCopy full SHA for 5f7b03a
1 file changed
.github/workflows/mips64.yml
@@ -59,7 +59,8 @@ jobs:
59
60
- name: Compilation cache
61
uses: actions/cache@v3
62
- with: path: ~/.ccache
+ with:
63
+ path: ~/.ccache
64
key: ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}-${{ github.sha }}
65
restore-keys: |
66
ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}
0 commit comments