Skip to content

Commit

Permalink
GitHub Actions: Install Rebar 3
Browse files Browse the repository at this point in the history
While here, bump Erlang version pinning to 26.x.
  • Loading branch information
dumbbell committed Feb 12, 2024
1 parent 3fa149a commit adaf5ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
path: _checkouts/khepri

- uses: erlef/setup-beam@v1
id: install-erlang
with:
otp-version: 25
otp-version: 26
rebar3-version: '3.22.1'

- name: Upgrade Erlang dependencies
run: rebar3 upgrade -a
Expand Down

0 comments on commit adaf5ae

Please sign in to comment.