Skip to content

Commit

Permalink
CI: fix build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Dec 27, 2023
1 parent 40f077c commit 732dca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
run: |
mkdir ~/rebar3-dl
Invoke-WebRequest -Uri https://github.com/erlang/rebar3/releases/download/3.22.1/rebar3 -OutFile ~/rebar3-dl/rebar3
Copy-Item -Path .\test\helper-files\rebar3.cmd -Destination ~/rebar3-dl/rebar3.cmd
- name: Cache Dialyzer PLTs
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 732dca8

Please sign in to comment.