Update .github/workflows/build-canaryv3.yml

This commit is contained in:
ferreo 2024-07-24 01:04:54 +02:00
parent 942933c3aa
commit 52e64928a7

View File

@ -17,12 +17,6 @@ jobs:
options: --privileged -it options: --privileged -it
steps: steps:
- name: Update APT Cache
run: apt-get update -y
- name: Install Node and NPM
run: apt-get install nodejs npm -y
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install SSH key - name: Install SSH key
@ -33,5 +27,8 @@ jobs:
known_hosts: ${{ vars.KNOWN_HOSTS }} known_hosts: ${{ vars.KNOWN_HOSTS }}
if_key_exists: replace if_key_exists: replace
- name: Update APT Cache
run: apt-get update -y
- name: Build Package - name: Build Package
run: ./mainv3.sh run: ./mainv3.sh