Skip to content

Commit

Permalink
ci: fix erlang installation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Oct 2, 2024
1 parent 175073d commit b268c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
pull_request:
jobs:
main:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- run: sudo apt install erlang
- run: sudo apt update && sudo apt install --no-install-recommends erlang
- uses: actions/checkout@v4
with:
fetch-depth: 100
Expand Down

0 comments on commit b268c77

Please sign in to comment.