mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
ci: work around azure networking issue
This commit is contained in:
parent
2836cd5fbd
commit
274b9d5c1d
@ -93,6 +93,11 @@ jobs:
|
||||
Set-Variable -Name ZIGBUILDDIR -Value "$(Get-Location)\build"
|
||||
$Env:AWS_SHARED_CREDENTIALS_FILE = "$Env:DOWNLOADSECUREFILE_SECUREFILEPATH"
|
||||
|
||||
# Workaround Azure networking issue
|
||||
# https://github.com/aws/aws-cli/issues/5749
|
||||
$Env:AWS_EC2_METADATA_DISABLED = "true"
|
||||
$Env:AWS_REGION = "us-west-2"
|
||||
|
||||
cd "$ZIGBUILDDIR"
|
||||
mv ../LICENSE dist/
|
||||
mv ../zig-cache/langref.html dist/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user