diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 37caebd..da72d61 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -60,7 +60,6 @@ jobs: run: | $progressPreference = 'silentlyContinue' $packages = @( - 'https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx', '${{github.workspace}}/Microsoft.UI.Xaml.2.8.arm64.appx', '${{github.workspace}}/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle' ) @@ -70,7 +69,7 @@ jobs: # If it's the Desktop App Installer, install it with dependencies if ($package -eq '${{github.workspace}}/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle') { - Add-AppxPackage -Path $package -DependencyPath 'https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx', '${{github.workspace}}/Microsoft.UI.Xaml.2.8.arm64.appx' + Add-AppxPackage -Path $package -DependencyPath 'https://archive.org/download/microsoft.vclibs.140.00-14.0.29231.0-8wekyb3d8bbwe.appx/Microsoft.VCLibs.140.00_14.0.29231.0_arm64__8wekyb3d8bbwe.Appx', '${{github.workspace}}/Microsoft.UI.Xaml.2.8.arm64.appx' } else { # Install the other packages without dependencies