This commit is contained in:
parent
4587bee699
commit
9781085689
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: erlef/setup-beam@v1
|
- uses: https://github.com/erlef/setup-beam@v1
|
||||||
with:
|
with:
|
||||||
otp-version: "26.0.2"
|
otp-version: "26.0.2"
|
||||||
gleam-version: "1.4.1"
|
gleam-version: "1.4.1"
|
Loading…
Reference in a new issue