From dbaa92911a357213470258b048e1f8f3ace00444 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Thu, 6 Jul 2023 12:03:49 +0200 Subject: [PATCH] Fixup windows --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfb7558..478557c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,10 +72,13 @@ jobs: # run: rebar3 eunit test-windows: - runs-on: windows-2016 + runs-on: windows-2019 steps: - uses: actions/checkout@v2 - - run: choco install erlang rebar3 + - uses: erlef/setup-beam@v1 + with: + otp-version: 24.3 + rebar3-version: 3.17 - run: | Install-Module -Name posh-vs -Force Install-PoshVs