Skip to content

Commit

Permalink
CI: install rebar3 3.13.1 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Dec 21, 2023
1 parent 6424ee2 commit 5d020f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install Erlang
run: choco install erlang -y
- name: Install rebar3
run: choco install rebar3 -y
run: choco install rebar3 --version=3.13.1 -y
- name: Install Stockfish
run: |
Invoke-WebRequest -Uri https://github.com/official-stockfish/Stockfish/releases/download/sf_16/stockfish-windows-x86-64.zip -OutFile ~/stockfish-windows-x86-64.zip
Expand Down

0 comments on commit 5d020f2

Please sign in to comment.