Skip to content

Commit

Permalink
roll back changes that can't be supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Jun 3, 2024
1 parent 10d7aee commit e9404a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
- name: Debug Brew
run: brew doctor || true
- name: Install Erlang
run: brew install erlang@${{ env.LATEST_OTP_RELEASE }}
#run: brew install erlang@${{ env.LATEST_OTP_RELEASE }}
# fall back to OTP-26 since OTP 27.0 doesn't build on homebrew due to manpages issues
run: brew install erlang@26
- name: Compile
run: ./bootstrap
- name: CT tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shelltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: '27.0'
elixir-version: '1.16'
otp-version: '26.0'
elixir-version: '1.14'
- name: Compile
run: ./bootstrap
- name: Install
Expand Down

0 comments on commit e9404a8

Please sign in to comment.