Skip to content

Commit

Permalink
ci: install erlang the same way as in aepp-calldata-js
Browse files Browse the repository at this point in the history
https://github.com/aeternity/aepp-calldata-js/blob/\
e1ccddc4429d2657e8602860c4ef692f0f903728/.github/workflows/main.yml#L22-L25
  • Loading branch information
davidyuk committed Jan 17, 2023
1 parent 7d9bfd6 commit aa375e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -2,9 +2,11 @@ name: Test & build
on: [push, pull_request]
jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- run: sudo apt install -y erlang
- run: |
wget -q https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_25.0.4-1~ubuntu~jammy_amd64.deb
sudo apt install --allow-downgrades ./esl-erlang_25.0.4-1~ubuntu~jammy_amd64.deb
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit aa375e0

Please sign in to comment.