Add action to fix /etc/hosts

This commit is contained in:
Paul Romano 2021-04-15 07:31:56 -05:00
parent b489cd628f
commit 977dfd62ac
2 changed files with 21 additions and 2 deletions

View file

@ -76,8 +76,9 @@ jobs:
LIBMESH: ${{ matrix.libmesh }}
steps:
-
uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: ./.github/actions/fix-etc-hosts
-
name: Set up Python ${{ matrix.python-version }}