File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585
8686 - name : " Set up MSVC Developer Command Prompt"
8787 if : matrix.os == 'windows-latest'
88- uses : compnerd /gha-setup-vsdevenv@v6
88+ uses : behrisch /gha-setup-vsdevenv@node24_update
8989
9090 - name : " Set up macOS environment"
9191 if : ${{ startsWith(matrix.os, 'macos') }}
Original file line number Diff line number Diff line change 6060
6161 # required for CMake to find Ninja
6262 - name : " Set up MSVC Developer Command Prompt"
63- # uses: seanmiddleditch/gha-setup-vsdevenv@v4 # disabled until it gets an update for node.js
64- uses : compnerd/gha-setup-vsdevenv@main
63+ # uses: seanmiddleditch/gha-setup-vsdevenv@v4 # the original but no longer maintained
64+ # uses: compnerd/gha-setup-vsdevenv@main # disabled until it gets an update for node.js
65+ uses : behrisch/gha-setup-vsdevenv@node24_update
6566
6667 - name : Setup Python dependencies
6768 # the pipdeptree below is just for debugging but often comes handy so keep it enabled
You can’t perform that action at this time.
0 commit comments