From 5854181545a30c36ccbeeccac899005d246c8396 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Tue, 7 Nov 2023 08:59:51 -0500 Subject: [PATCH] chore: test natively on Windows Previously, parts of the tooling didn't work on Windows, so WSL was used as a workaround for this use case. Things should work on Windows now, so test running directly instead of via WSL. Signed-off-by: Will Murphy --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79cfad54..a5692bab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,11 +30,6 @@ jobs: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: Vampire/setup-wsl@v2 - if: ${{ matrix.os == 'windows-latest' }} - with: - distribution: Alpine - - uses: actions/checkout@v3 with: path: ./