mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-28 14:13:35 +00:00
Update client-ubuntu.yml
When enabling debug mode, start build.sh with debug also
This commit is contained in:
6
.github/workflows/client-ubuntu.yml
vendored
6
.github/workflows/client-ubuntu.yml
vendored
@@ -18,4 +18,8 @@ jobs:
|
||||
- name: Running compile script
|
||||
run: |
|
||||
source ${HOME}/.cargo/env
|
||||
./build.sh client
|
||||
if [ "${RUNNER_DEBUG}" = "1" ]; then
|
||||
./build.sh client debug
|
||||
else
|
||||
./build.sh client
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user