Browse Source

add glib2.0 for qemu

pull/5079/head
Martin Kroeker GitHub 1 year ago
parent
commit
e0285c0174
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/loongarch64_clang.yml

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

@@ -41,7 +41,7 @@ jobs:
- name: Install APT deps
run: |
sudo apt-get update
sudo apt-get install autoconf automake autotools-dev ninja-build make ccache
sudo apt-get install autoconf automake autotools-dev ninja-build make ccache libglib2.0-dev

- name: Download and install loongarch64-toolchain
run: |


Loading…
Cancel
Save