We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfed36a commit aadc095Copy full SHA for aadc095
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install latest Erlang/OTP
33
uses: erlef/setup-beam@v1
34
with:
35
- otp-version: > 0
+ otp-version: '> 0'
36
37
- name: Run ct-examples
38
run: make ct-examples
0 commit comments