Skip to content

Commit

Permalink
chore: install pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 28, 2024
1 parent 6dcaa18 commit 202e84e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
GOOS: windows
run: go build

- name: Install pwsh
run: choco install pwsh --pre

# see https://go.dev/doc/articles/race_detector
# On Windows, the race detector runtime is sensitive to the version of the C compiler installed; as of Go 1.21,
# building a program with -race requires a C compiler that incorporates version 8 or later of the mingw-w64 runtime libraries.
Expand Down

0 comments on commit 202e84e

Please sign in to comment.