Skip to content

Commit

Permalink
ci: use bazel@7 to build deb (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Jan 29, 2025
1 parent 0931304 commit 442e5f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/distribute-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
flood-bin:
runs-on: ubuntu-24.04

env:
USE_BAZEL_VERSION: '7.x'

strategy:
matrix:
node: ['22']
Expand All @@ -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

Expand Down

0 comments on commit 442e5f2

Please sign in to comment.