Skip to content

Commit

Permalink
Update with Ridk rather than choco package
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Nov 28, 2023
1 parent 6a23772 commit dd7a134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ choco install --no-progress -y ant -i --version="${ANT_VERSION}"
choco install --no-progress -y hg sliksvn git p4 gnupg awscli
choco install --no-progress -y windows-sdk-11-version-22h2-all --install-arguments='/features OptionId.SigningTools /ceip off'
choco install --no-progress -y googlechrome
choco install --no-progress -y msys2
choco install --no-progress -y msys2 --params "/NoUpdate"

Get-Process

RefreshEnv
corepack enable
yarn --version
ridk install 3
ridk install 2 3
ridk enable
cc --version

Expand Down

0 comments on commit dd7a134

Please sign in to comment.