Skip to content

Commit

Permalink
github: Remove workaround fixing up /etc/hosts.
Browse files Browse the repository at this point in the history
The issue that was worked around has been fixed in the meantime:
actions/runner-images#3353

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
dceara authored and numansiddique committed Oct 8, 2021
1 parent 738e71c commit c812603
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ jobs:
if: matrix.m32 != ''
run: sudo apt install -y ${{ env.m32_dependecies }}

- 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
Expand Down

0 comments on commit c812603

Please sign in to comment.