Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
go-os: darwin
go-arch: universal
builder-args: --mac
- os: windows-latest
- os: windows-2022
go-os: windows
go-arch: amd64
builder-args: --win
Expand Down Expand Up @@ -142,14 +142,6 @@ jobs:
PARTIAL: "true"
run: go run ./main.go ${{ inputs.tag || github.ref_name }} ../../dist > ../../dist/provider.yaml

- name: configure Windows build tools
if: runner.os == 'Windows'
shell: pwsh
run: |
echo "GYP_MSVS_VERSION=2022" >> $env:GITHUB_ENV
$vsPath = & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath
echo "GYP_MSVS_OVERRIDE_PATH=$vsPath" >> $env:GITHUB_ENV

- uses: actions/setup-python@v6
with:
python-version: "3.12"
Expand Down
Loading