mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
CI: deal with .pkg-cache issue
This commit is contained in:
3
.github/workflows/distribute-debian.yml
vendored
3
.github/workflows/distribute-debian.yml
vendored
@@ -50,7 +50,8 @@ jobs:
|
||||
|
||||
- name: Package .deb
|
||||
run: |
|
||||
bazel build flood-deb-arm64 flood-deb-x64
|
||||
mkdir ~/.pkg-cache
|
||||
bazel build flood-deb-arm64 flood-deb-x64 --sandbox_writable_path=`printf ~/.pkg-cache`
|
||||
cp -L bazel-bin/flood-deb-arm64.deb flood-linux-arm64.deb
|
||||
cp -L bazel-bin/flood-deb-x64.deb flood-linux-x64.deb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user