Skip to content

Commit

Permalink
Bump erlang and rebar3 version for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Sep 18, 2024
1 parent 6809242 commit 087ebfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Erlang
run: choco install -y erlang --version 24.0
run: choco install -y erlang --version 26.2.5
- name: Install rebar3
run: choco install -y rebar3 --version 3.22.1
run: choco install -y rebar3 --version 3.23.0
- name: Compile
run: rebar3 compile
- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Erlang
run: choco install -y erlang --version 24.0
run: choco install -y erlang --version 26.2.5
- name: Install rebar3
run: choco install -y rebar3 --version 3.22.1
run: choco install -y rebar3 --version 3.23.0
- name: Compile
run: rebar3 compile
- name: Escriptize LSP Server
Expand Down

0 comments on commit 087ebfb

Please sign in to comment.