mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
add curl on install step
This commit is contained in:
@@ -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
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user