about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-02-01 23:04:15 +0800
committerGitHub <noreply@github.com>2025-02-01 16:04:15 +0100
commit94dedd47c695f9e10638c67d48c9fc589a377302 (patch)
treef68834ad5ea5dbdeccdd451bb2eaad9958969982 /.github/workflows
parent1173c1d23f9b183f22de12de6dcccfd5b748fa91 (diff)
downloadbox64-94dedd47c695f9e10638c67d48c9fc589a377302.tar.gz
box64-94dedd47c695f9e10638c67d48c9fc589a377302.zip
[CI] Fixed xuantie-qemu build (#2306)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 11d2347c..9b164b40 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
             elif [[ ${{ matrix.platform }} == 'RISCV' ]]; then
               echo BOX64_PLATFORM_MARCRO="-DRV64=ON" >> $GITHUB_ENV
               echo "BOX64_COMPILER=riscv64-linux-gnu-gcc" >> $GITHUB_ENV
-              sudo apt-get -y install git gcc-riscv64-linux-gnu cmake make python3 ninja-build
+              sudo apt-get -y install git gcc-riscv64-linux-gnu cmake make python3 ninja-build libglib2.0-dev
             elif [[ ${{ matrix.platform }} == 'LARCH64' ]]; then
               sudo mkdir /usr/local/larch
               wget -O- -q https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz | sudo tar -C /usr/local/larch --strip-components=1 --xz -xf -