Browse Source

Update qemu as the old version 7 no longer builds

pull/5079/head
Martin Kroeker GitHub 1 year ago
parent
commit
c4fe2142c4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      .github/workflows/mips64.yml

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

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


Loading…
Cancel
Save