Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Jul 16, 2024
1 parent a59a961 commit 057acb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_wsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
# use-cache: 'true'
distribution: Ubuntu-24.04
additional-packages:
go
# additional-packages:
# go
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -30,7 +30,7 @@ jobs:
shell: wsl-bash {0}
env:
GOOS: windows
run: GOOS=windows go test -v -run TestRunningUnderWSL -test-wsl
run: GOOS=windows go.exe test -v -run TestRunningUnderWSL -test-wsl

# - name: Test Git Bash
# run: bash.exe -c 'GOOS=windows go test -v -run TestRunningUnderWSL -test-wsl'
Expand Down

0 comments on commit 057acb7

Please sign in to comment.