diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-01-11 11:43:39 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-01-11 11:43:39 -0500 |
commit | d3ad02fffb195946369be987b2d9d042a4a5a79b (patch) | |
tree | 086335cee13c774cc522b5addbae43fede720cb6 /.github/workflows | |
parent | Merge pull request #8651 (diff) | |
parent | workflows: set a public DNS when doing tests (diff) | |
download | monero-d3ad02fffb195946369be987b2d9d042a4a5a79b.tar.xz |
Merge pull request #8653
61842f9 workflows: set a public DNS when doing tests (selsta)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cdd2d4e2..1f8e39903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,6 +158,7 @@ jobs: - name: tests env: CTEST_OUTPUT_ON_FAILURE: ON + DNS_PUBLIC: tcp://9.9.9.9 run: | ${{env.CCACHE_SETTINGS}} ${{env.BUILD_DEFAULT_LINUX}} |