diff --git a/.github/workflows/mips64.yml b/.github/workflows/mips64.yml index 16468ad5ce..56da22c6b0 100644 --- a/.github/workflows/mips64.yml +++ b/.github/workflows/mips64.yml @@ -48,7 +48,7 @@ jobs: with: repository: qemu/qemu path: qemu - ref: 79dfa177ae348bb5ab5f97c0915359b13d6186e2 + ref: ae35f033b874c627d81d51070187fbf55f0bf1a7 - name: build qemu run: | @@ -59,8 +59,7 @@ 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 }}