diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2940a22..4be6b88 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: name: Test runs-on: ubuntu-latest steps: + - name: 🚑 Fix DNS for Gitea (Hairpin NAT Patch) + run: | + echo "192.168.178.47 gitea.iswearihadsomethingforthis.net" | sudo tee -a /etc/hosts + - name: Checkout code uses: actions/checkout@v4