Update .github/workflows/release-nestv3.yml
This commit is contained in:
parent
df5b66dc15
commit
0cba643927
6
.github/workflows/release-nestv3.yml
vendored
6
.github/workflows/release-nestv3.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user