From 0cba64392745a7d4c1e315cde98052fa033b0cf8 Mon Sep 17 00:00:00 2001 From: ferreo Date: Tue, 26 Nov 2024 16:34:00 +0100 Subject: [PATCH] Update .github/workflows/release-nestv3.yml --- .github/workflows/release-nestv3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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