diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e604bde..abc0e43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: BUILD_ARCH: ${{ matrix.arch }} # We need to install node and yarn "again" because they dont exist inside our build container install: | - apt -y update + apt -y update && apt -y install curl curl -sL https://deb.nodesource.com/setup_14.x | bash - apt -y install nodejs curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -