From ced6f1f0922f146d073b2b5274e43311f616b964 Mon Sep 17 00:00:00 2001 From: Dumitru Ceara Date: Fri, 8 Oct 2021 13:57:48 +0200 Subject: [PATCH] github: Remove workaround fixing up /etc/hosts. The issue that was worked around has been fixed in the meantime: https://github.com/actions/virtual-environments/issues/3353 Signed-off-by: Dumitru Ceara --- .github/workflows/build-and-test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e2350c6d9dc..ce98a9f98f0 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -113,12 +113,6 @@ jobs: - name: checkout uses: actions/checkout@v2 - - name: fix up /etc/hosts - # https://github.com/actions/virtual-environments/issues/3353 - run: | - cat /etc/hosts - sudo sed -i "/don't remove this line/d" /etc/hosts || true - - name: update PATH run: | echo "$HOME/bin" >> $GITHUB_PATH