Skip to content

Commit

Permalink
looks like strict option wants to be on erlef/setup-beam not top level
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Mar 10, 2023
1 parent 1f02419 commit d9b480d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
elixir_version: ['1.14', '1.13.4']
rebar3_version: ['3.17.0']
os: [ubuntu-20.04]
version-type: 'strict'
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
otp_version: ['25.0.3']
rebar3_version: ['3.19.0']
os: [ubuntu-20.04]
version-type: 'strict'
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: ${{ matrix.rebar3_version }}
version-type: 'strict'
- uses: actions/cache@v2
name: Cache
with:
Expand Down

0 comments on commit d9b480d

Please sign in to comment.