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 d2f8a2c commit f844827Copy full SHA for f844827
.github/workflows/main.yml
@@ -52,9 +52,7 @@ jobs:
52
- name: Debug Brew
53
run: brew doctor || true
54
- name: Install Erlang
55
- # fallback to OTP-27 since OTP-28 does not currently build on Brew
56
- # run: brew install erlang@${{ env.LATEST_OTP_RELEASE }}
57
- run: brew install erlang@27
+ run: brew install erlang@${{ env.LATEST_OTP_RELEASE }}
58
- name: Compile
59
run: ./bootstrap
60
- name: CT tests
0 commit comments