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>
  • Loading branch information
dceara authored and david-marchand committed Oct 13, 2021
1 parent 02aebad commit ced6f1f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ced6f1f

Please sign in to comment.