From 44e150bf2e40b166cbde59ff4212435f6d4f1a67 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 29 Jun 2021 07:35:14 -0700 Subject: [PATCH] Package base --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 785d5e996..05ad7c0bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,8 @@ jobs: curl -O https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_24.0.2-1~ubuntu~bionic_arm64.deb curl -O https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.12.0-1~ubuntu~bionic_all.deb - gdebi --non-interactive *.deb + gdebi --non-interactive esl-erlang_24.0.2-1~ubuntu~bionic_arm64.deb + gdebi --non-interactive elixir_1.12.0-1~ubuntu~bionic_all.deb curl -sL https://deb.nodesource.com/setup_14.x | bash - apt-get install gcc g++ make nodejs