Browse Source

Update mips64.yml

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

+ 1
- 1
.github/workflows/mips64.yml View File

@@ -41,7 +41,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install autoconf automake autotools-dev ninja-build make ccache \
gcc-${{ matrix.triple }} gfortran-${{ matrix.triple }} libgomp1-mips64el-cross libglib2.0-dev libgthread2.0-dev
gcc-${{ matrix.triple }} gfortran-${{ matrix.triple }} libgomp1-mips64el-cross libglib2.0-dev

- name: checkout qemu
uses: actions/checkout@v3


Loading…
Cancel
Save