Skip to content

Commit fe54e7a

Browse files
committed
chore: update ci
1 parent 1aef955 commit fe54e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: erlef/setup-beam@v1
1616
with:
17-
otp-version: "26.0.2"
17+
# otp-version: "26.0.2"
1818
gleam-version: "1.13.0"
19-
rebar3-version: "3"
19+
# rebar3-version: "3"
2020
# elixir-version: "1.15.4"
2121
- run: gleam deps download
2222
- run: gleam format --check src test

0 commit comments

Comments
 (0)