Skip to content

Commit

Permalink
Install rebar3 in the check_deps CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Oct 31, 2024
1 parent f197406 commit 2a78a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: '3.22.1'
version-type: 'strict'

- uses: actions/cache@v4
Expand Down

0 comments on commit 2a78a25

Please sign in to comment.