Skip to content

Commit

Permalink
chore: improve ci powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent b54630e commit 9040912
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
}
$deps = @(
@{ Name = 'Chocolatey'; Hash = $null;
Url = 'https://chocolatey.org/install.ps1';
Args = @('-NoProfile', '-ExecutionPolicy Bypass', '-File', '${{github.workspace}}/install.ps1') },
@{ Name = 'Visual Studio 2022 Build Tools (aarch64)'; Hash = $null;
Url = 'https://aka.ms/vs/17/release/vs_buildtools.exe';
Args = @('/S', '--add', 'Microsoft.VisualStudio.Component.VC.Tools.ARM64', '--add', 'Microsoft.VisualStudio.Component.Windows11SDK.22621') },
Expand Down

0 comments on commit 9040912

Please sign in to comment.