diff options
author | selsta <selsta@sent.at> | 2022-11-28 11:37:33 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-11-29 00:09:44 +0100 |
commit | 597398514863f39392426f1759b6f6ae1decc16c (patch) | |
tree | b9cd102b3bc0670843209a68aeea9cc29e01905a /.github | |
parent | Merge pull request #8588 (diff) | |
download | monero-597398514863f39392426f1759b6f6ae1decc16c.tar.xz |
workflows: set a public DNS when doing tests
Diffstat (limited to '.github')
-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 3b327374d..7ebfcd2b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,6 +155,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}} |