Update .github/workflows/release-nestv3.yml

This commit is contained in:
ferreo 2024-11-26 16:34:00 +01:00
parent df5b66dc15
commit 0cba643927

View File

@ -17,6 +17,9 @@ jobs:
options: --privileged -it
steps:
- name: Update APT Cache
run: apt-get update -y && apt install -y git devscripts dh-make nodejs npm sudo rsync ssh
- uses: actions/checkout@v3
- name: Install SSH key
@ -26,9 +29,6 @@ jobs:
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y && apt install -y git devscripts dh-make nodejs npm sudo rsync ssh
- name: Set Build Config
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh