Skip to content

Commit

Permalink
fix: try using latest rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
chsukivra committed Dec 5, 2024
1 parent 9155d5f commit f56bc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: erlef/[email protected]
with:
otp-version: ${{matrix.otp}}
rebar3-version: "3.20.0"
rebar3-version: "latest"
- name: Compile
run: make
- name: Run elvis
Expand Down

0 comments on commit f56bc8a

Please sign in to comment.