Skip to content

Commit 45a4414

Browse files
committed
fix: remove visualstudio2022-workload-vctools from release setup
1 parent a89a618 commit 45a4414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup (windows)
6767
if: matrix.os == 'windows-latest'
6868
run: |
69-
choco install visualstudio2022-workload-vctools openssl -y --no-progress
69+
choco install openssl -y --no-progress
7070
echo "npm_config_msvs_version=2022" >> $env:GITHUB_ENV
7171
echo "npm_config_openssl_dir=C:\Program Files\OpenSSL" >> $env:GITHUB_ENV
7272

0 commit comments

Comments
 (0)