Skip to content

Commit

Permalink
install rebar3 from version not mix
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Sep 25, 2024
1 parent b7b6dd7 commit d0c007d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
branches:
- "*"
- '*'
workflow_dispatch: {}

env:
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
id: setup-beam
uses: ./
with:
install-rebar: false
version-file: test/.tool-versions
version-type: strict

Expand Down

0 comments on commit d0c007d

Please sign in to comment.