Update .github/workflows/release-nestv3.yml

This commit is contained in:
ferreo 2024-11-26 16:32:44 +01:00
parent 630595ea50
commit ae759564d7

View File

@ -28,7 +28,7 @@ jobs:
if_key_exists: replace if_key_exists: replace
- name: Update APT Cache - name: Update APT Cache
run: apt-get update -y run: apt-get update -y && apt install -y git devscripts dh-make nodejs npm sudo rsync ssh
- name: Set Build Config - name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh