We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4fd25 commit b648784Copy full SHA for b648784
.github/workflows/tests-e2e-nix.yml
@@ -22,6 +22,7 @@ jobs:
22
tests: [all]
23
env:
24
TESTS_TO_RUN: ${{ matrix.tests }}
25
+ GOPROXY: direct
26
steps:
27
- name: Create more disk space
28
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
0 commit comments