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 <[email protected]> --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 071e54fa0..52e45c220 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 -- 2.27.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
