Skip to content

Commit 10eb286

Browse files
committed
fix: small fixes for ci
1 parent 79fe634 commit 10eb286

File tree

3 files changed

+13
-110
lines changed

3 files changed

+13
-110
lines changed

Cargo.lock

Lines changed: 11 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/choco-install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20
3131

3232
# Install rust v1.68.0 (will use cache if exists)
3333
$rust = "rust-ms"
34-
choco install "$rust" --version="1.83.0" --require-checksums -y --no-progress
34+
choco install "$rust" --version="1.68.0" --require-checksums -y --no-progress
3535
# Internalise rust to cache if doesn't exist
36-
if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$rust\$rust.1.83.0.nupkg" -PathType Leaf) ) {
36+
if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$rust\$rust.1.68.0.nupkg" -PathType Leaf) ) {
3737
Save-ChocoPackage -PackageName $rust
3838
}
3939

0 commit comments

Comments
 (0)