diff --git a/.github/workflows/release-nestv3.yml b/.github/workflows/release-nestv3.yml index 1e8eb83..9100d1a 100644 --- a/.github/workflows/release-nestv3.yml +++ b/.github/workflows/release-nestv3.yml @@ -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