From a4f82a030fd6a5c8892b24c879b05ee280ad0367 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 24 Jul 2024 01:02:37 +0200 Subject: [PATCH] Update .github/workflows/build-nestv3.yml --- .github/workflows/build-nestv3.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-nestv3.yml b/.github/workflows/build-nestv3.yml index f7a2658..3946d32 100644 --- a/.github/workflows/build-nestv3.yml +++ b/.github/workflows/build-nestv3.yml @@ -17,6 +17,12 @@ jobs: options: --privileged -it 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 - name: Install SSH key @@ -26,9 +32,6 @@ jobs: name: id_rsa known_hosts: ${{ variables.KNOWN_HOSTS }} if_key_exists: replace - - - name: Update APT Cache - run: apt-get update -y - name: Build Package run: ./mainv3.sh