From 732dca824ad6876fcaf71e0a44ab0e24fc41f3d7 Mon Sep 17 00:00:00 2001 From: Sergei Semichev Date: Wed, 27 Dec 2023 18:56:44 +0300 Subject: [PATCH] CI: fix build for Windows --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bcf394d..da89241 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: