mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-01-18 22:31:44 +07:00
Fix proxy failures
This commit is contained in:
parent
55695e9348
commit
b624b72b50
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@ -163,9 +163,9 @@ jobs:
|
|||||||
run: __tests__/verify-dotnet.ps1 3.1 2.2
|
run: __tests__/verify-dotnet.ps1 3.1 2.2
|
||||||
|
|
||||||
test-proxy:
|
test-proxy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: ubuntu:20.04
|
||||||
options: --dns 127.0.0.1
|
options: --dns 127.0.0.1
|
||||||
services:
|
services:
|
||||||
squid-proxy:
|
squid-proxy:
|
||||||
|
Loading…
Reference in New Issue
Block a user