Skip to content

Commit 98d0c80

Browse files
committed
fix CI failures
1 parent ec66057 commit 98d0c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- run: rebar3 edoc
23-
- run: if [ $(rebar3 version | awk '{print $5}') -gt 23 ]; then rebar3 ex_doc; fi;
23+
- run: if [ $(rebar3 version | awk '{print $5}') -gt 24 ]; then rebar3 ex_doc; fi;
2424
- run: rebar3 eunit
2525
- run: rebar3 ct
2626
- run: rebar3 dialyzer

0 commit comments

Comments
 (0)