From 442e5f23e47665f08d2b504f99d348d263d25423 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Thu, 30 Jan 2025 00:40:08 +0800 Subject: [PATCH] ci: use bazel@7 to build deb (#851) --- .github/workflows/distribute-debian.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distribute-debian.yml b/.github/workflows/distribute-debian.yml index 4e14ec0f..c589a3e7 100644 --- a/.github/workflows/distribute-debian.yml +++ b/.github/workflows/distribute-debian.yml @@ -11,6 +11,9 @@ jobs: flood-bin: runs-on: ubuntu-24.04 + env: + USE_BAZEL_VERSION: '7.x' + strategy: matrix: node: ['22'] @@ -28,8 +31,8 @@ jobs: - name: Set up QEMU run: | - sudo apt update - sudo apt install --reinstall -y qemu-user-static + sudo apt-get update -y + sudo apt-get install --reinstall -y qemu-user-static - run: sudo npm install -g pkg