We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73c58e commit b2b6f80Copy full SHA for b2b6f80
.github/workflows/erlang.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Erlang
20
uses: erlef/setup-beam@v1
21
with:
22
- otp-version: latest
+ otp-version: ">0"
23
- name: Compile lib
24
run: erlc tictactoe.erl
25
- name: Run script
0 commit comments