Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 6, 2024
1 parent 6e1e9e6 commit 987ad8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ jobs:
shell: ${{ matrix.runs-on != 'windows-latest' && 'bash -leo {0}' || 'wsl-bash {0}' }}
steps:
- if: matrix.runs-on == 'windows-latest'
id: wsl
uses: Vampire/setup-wsl@v2
- if: matrix.runs-on == 'windows-latest'
run: echo ${{ steps.wsl.outputs.wsl-shell-distribution-wrapper-path }}
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
Expand Down

0 comments on commit 987ad8b

Please sign in to comment.