Skip to content

Commit

Permalink
#25: Generate arm64 releases and upload part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 17, 2021
1 parent 315ba1c commit aa253bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit aa253bc

Please sign in to comment.