Fix the test gh action. Don't download rebar3, but use the one provided by the erlang image
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
otp_version: [20,22,23]
|
||||
otp_version: [20,21,22,23]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user