Skip to content

Commit

Permalink
GitHub Actions - Update directory of msvc redist
Browse files Browse the repository at this point in the history
  • Loading branch information
basilisk-dev committed Nov 22, 2024
1 parent 435329c commit 7da917b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-basilisk-windows/mozconfig-win32
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ ac_add_options --disable-official-branding
ac_add_options --disable-updater
ac_add_options --disable-precompiled-startupcache

WIN32_REDIST_DIR="C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/redist/MSVC/14.40.33807/$BUILD_ARCH/Microsoft.VC143.CRT"
WIN32_REDIST_DIR="C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/redist/MSVC/14.42.34433/$BUILD_ARCH/Microsoft.VC143.CRT"
WIN_UCRT_REDIST_DIR="C:/Program Files (x86)/Windows Kits/10/Redist/10.0.22621.0/ucrt/DLLs/$BUILD_ARCH"
2 changes: 1 addition & 1 deletion .github/workflows/build-basilisk-windows/mozconfig-win64
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ ac_add_options --disable-official-branding
ac_add_options --disable-updater
ac_add_options --disable-precompiled-startupcache

WIN32_REDIST_DIR="C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/redist/MSVC/14.40.33807/$BUILD_ARCH/Microsoft.VC143.CRT"
WIN32_REDIST_DIR="C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/redist/MSVC/14.42.34433/$BUILD_ARCH/Microsoft.VC143.CRT"
WIN_UCRT_REDIST_DIR="C:/Program Files (x86)/Windows Kits/10/Redist/10.0.22621.0/ucrt/DLLs/$BUILD_ARCH"

0 comments on commit 7da917b

Please sign in to comment.