mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
ci: use bazel@7 to build deb (#851)
This commit is contained in:
7
.github/workflows/distribute-debian.yml
vendored
7
.github/workflows/distribute-debian.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user