Skip to content

Commit

Permalink
ci: fix rebar path
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Dec 4, 2023
1 parent 3b178a6 commit d1df28e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install erlang@${{ matrix.otp }}
- name: install rebar3
run: |
wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand All @@ -46,6 +43,7 @@ jobs:
env:
QUIC_TLS: ${{ matrix.openssl }}
run: |
wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
export PATH="$PWD:/usr/local/opt/erlang@${{ matrix.otp }}/bin:$PATH"
erl -eval 'erlang:display(erlang:system_info(system_version)),halt()'
export QUIC_TLS
Expand Down

0 comments on commit d1df28e

Please sign in to comment.