Skip to content

Commit 85583b6

Browse files
authored
Update prebuild.yml
1 parent 484b904 commit 85583b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/prebuild.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
runs-on: windows-arm64
4242
steps:
4343
- uses: actions/checkout@v3
44-
- name: Install Visual Studio Tools
45-
uses: crazy-max/ghaction-chocolatey@v3
46-
with:
47-
args: choco install python visualstudio2022-workload-vctools -y
44+
- run: npm install -g windows-build-tools
4845
# - name: Set up Python 3.12
4946
# uses: actions/setup-python@v5
5047
# with:

0 commit comments

Comments
 (0)