diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 71973c8c..7fb84a6d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -54,6 +54,10 @@ jobs: with: go-version: ${{ matrix.go }} + - name: Export go + if: ${{ (matrix.os == 'windows-latest') }} + run: export PATH="$PATH:%USERPROFILE%\go\bin" + - name: Pre-build dependencies run: ./copy.sh