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