From 36db883ab011e78ff14a0ff603910a7930a3f277 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 7 Jul 2022 11:42:13 +0200 Subject: [PATCH] Fix yaml syntax --- .github/workflows/windows.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7a7e1be..327d74f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,10 +11,9 @@ jobs: os: [windows-latest] steps: - uses: actions/checkout@v2 - - name: Execute tests and generate coverage report - uses: Vampire/setup-wsl@v1 - with: - distribution: Debian + - name: Execute tests and generate coverage report + shell: wsl-bash {0} env: RUNNING_ON_GITHUB_ACTIONS: true run: |