Skip to content

Commit

Permalink
Bump versions on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Apr 30, 2024
1 parent ebfb233 commit 0027e86
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 @@ -81,9 +81,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Erlang
run: choco install -y erlang --version 24.3
run: choco install -y erlang --version 26.2.2
- name: Install rebar3
run: choco install -y rebar3 --version 3.13.1
run: choco install -y rebar3 --version 3.22.1
- 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 @@ -103,9 +103,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Erlang
run: choco install -y erlang --version 24.3
run: choco install -y erlang --version 26.2.2
- name: Install rebar3
run: choco install -y rebar3 --version 3.13.1
run: choco install -y rebar3 --version 3.22.1
- name: Compile
run: rebar3 compile
- name: Escriptize LSP Server
Expand Down

0 comments on commit 0027e86

Please sign in to comment.