Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
张传菲 committed Mar 15, 2024
1 parent 972b96e commit f020dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
Add-AppxPackage .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
Add-AppxProvisionedPackage -Online -Package .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -LicensePath .\65f132d72c1d44518a19d1a9c3de8e1f_License1.xml
echo "---------Install gn-------------------"
Invoke-WebRequest -Uri 'https://storage.googleapis.com/chrome-infra-packages/store/SHA256/d3cdad8fb2f45727da28ba3c237e6e8f23b09cb63903a9cf262b182d82cc2859?Expires=1710482502&GoogleAccessId=chrome-infra-packages%40appspot.gserviceaccount.com&Signature=ZUmwLw8DvUbGO0vSDYGepP4G%2BMMhJa96X%2FCbNWE87cqO5IqIdnkL5COXMbkyTIyPQ39%2FfAzZMnvhGliSXDNjHlPEtxoVS9vtHBC%2FUezXxxQFHI%2FLXXRCvz6E241ZilscdxsOz8zrE1FTk8MP7FpK%2B2fI1lckGTLbU8FLdnKjjGV4O3CtBJ%2FlgkDVECuXr5OH6BO2%2BxKPXNOsAmqjTGK8NmenTSzKFV3X5tlCZkOI1ibO0D1TbP5Pf6Dgz78HVWi4t5zWeODaZVUCd7aZg61Cjy3bA28AeOvLNgMMPvm3XWqvZRkfDg1QKdrr9GftRdIpWmKn6wAkpUhhkti0hGUo2w%3D%3D&response-content-disposition=attachment%3B+filename%3D%22gn-windows-amd64.zip%22' -OutFile '.\gn-windows-amd64.zip'
Invoke-WebRequest -Uri 'https://chrome-infra-packages.appspot.com/dl/gn/gn/windows-amd64/+/latest' -OutFile '.\gn-windows-amd64.zip'
Expand-Archive -Path '.\gn-windows-amd64.zip' -DestinationPath 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\bin'
echo "---------------Install VisualStudio.2022---------------------- "
Expand Down

0 comments on commit f020dde

Please sign in to comment.