Skip to content

Commit aadc095

Browse files
committed
Fix workflow file
1 parent dfed36a commit aadc095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install latest Erlang/OTP
3333
uses: erlef/setup-beam@v1
3434
with:
35-
otp-version: > 0
35+
otp-version: '> 0'
3636

3737
- name: Run ct-examples
3838
run: make ct-examples

0 commit comments

Comments
 (0)