Skip to content

Commit 503e99d

Browse files
authored
Fix MSVC workflow
Selecting a toolset version manually is no longer necessary
1 parent d3721c3 commit 503e99d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@ jobs:
137137
run: |
138138
echo "[INFO] Experimental version ${{ inputs.experimentalversion }}"
139139
echo "BUILD_FLAGS=${{ env.BUILD_FLAGS }} -DEXPERIMENTAL_VERSION=${{ inputs.experimentalversion }}" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
140-
141-
- name: Configure MSVC
142-
uses: ilammy/msvc-dev-cmd@v1
143-
with:
144-
arch: amd64
145-
toolset: 14.33.31629
146-
spectre: false
147140
148141
- name: "Bootstrap vcpkg"
149142
run: |

0 commit comments

Comments
 (0)