Skip to content

Commit

Permalink
Downgrade VS build tools to 17.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jun 9, 2024
1 parent 552bf75 commit 93ccb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Enable Git support for long file paths
run: git config --system core.longpaths true
- name: Install VS2022 BuildTools 17.9.7
run: choco install -y visualstudio2022buildtools --version=117.9.7.0 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/180911598_-255012421/channel"
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.4
- run: choco upgrade llvm # Workaround for https://github.com/actions/runner-images/issues/10001
Expand Down
1 change: 0 additions & 1 deletion generate-cmake.release-ninja.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@echo off
cmake.exe ^
-DDISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR ^
-DCMAKE_C_COMPILER_LAUNCHER=sccache ^
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache ^
-DCMAKE_BUILD_TYPE=RelWithDebInfo ^
Expand Down

0 comments on commit 93ccb57

Please sign in to comment.