Skip to content

Commit

Permalink
ci: simplify erlang installation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Sep 26, 2024
1 parent 6add3d2 commit 648e324
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ jobs:
main:
runs-on: ubuntu-22.04
steps:
- run: |
wget -q https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_25.2.3-1~ubuntu~jammy_amd64.deb
sudo apt install ./esl-erlang_25.2.3-1~ubuntu~jammy_amd64.deb
- run: sudo apt install erlang
- uses: actions/checkout@v4
with:
fetch-depth: 100
Expand Down

0 comments on commit 648e324

Please sign in to comment.