add curl on install step

This commit is contained in:
Jamil Bou Kheir
2021-06-28 21:59:27 -07:00
parent 7599c39d1d
commit da60714924
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,6 @@ set -e
os_name='ubuntu~bionic'
apt-get install curl --fix-missing
curl -O https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_24.0.2-1~${os_name}_${arch}.deb
curl -O https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.12.0-1~${os_name}_all.deb
dpkg -i *.deb

View File

@@ -73,9 +73,11 @@ jobs:
arch: arm64
with:
arch: aarch64
install: |
apt-get update -q -y
apt-get install -q -y curl
dockerRunArgs: |
--volume "${PWD}:/app"
distro: ubuntu18.04
githubToken: ${{ github.token }}
run: |