Skip to content

Commit

Permalink
fix: do not force preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 28, 2024
1 parent 61ceb29 commit 7e5ef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: go build

- name: Install pwsh
run: choco install pwsh -y -f
run: choco install pwsh -y

# 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,
Expand Down

0 comments on commit 7e5ef54

Please sign in to comment.