We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3721c3 commit 503e99dCopy full SHA for 503e99d
.github/workflows/build.yml
@@ -137,13 +137,6 @@ jobs:
137
run: |
138
echo "[INFO] Experimental version ${{ inputs.experimentalversion }}"
139
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
147
148
- name: "Bootstrap vcpkg"
149
0 commit comments