Skip to content

Commit

Permalink
Switch to using winget to install Windows SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 14, 2024
1 parent 0fd8756 commit 3054a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ choco install --no-progress -y ant --version="${ANT_VERSION}"
choco install --no-progress -y git --params "/NoAutoCrlf"
choco install --no-progress -y hg sliksvn gnupg awscli
choco install --no-progress -y --ignore-checksums p4 # Ignore checksums due to package not using repeatable build links to downloads
choco install --no-progress -y windows-sdk-11-version-22h2-all --install-arguments='/features OptionId.SigningTools /ceip off'
choco install --no-progress -y --ignore-checksums googlechrome # Ignore checksums due to package not using repeatable build links to downloads
choco install --no-progreess -y --ignore-dependencies winget-cli
winget install --disable-interactivity --silent --exact --id Microsoft.WindowsSDK.10.0.26100 --custom '/features OptionId.SigningTools /ceip off'

choco install --no-progress -y ruby --version="${RUBY_VERSION}"
# Install MSYS2 and dev toolchain for compiling certain native Ruby extensions, introduced for google-protobuf 3.25.0+
Expand Down

0 comments on commit 3054a31

Please sign in to comment.