Skip to content

Commit

Permalink
Fixup windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bettio committed Jul 6, 2023
1 parent 4b62409 commit dbaa929
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbaa929

Please sign in to comment.