From ca206f231d0221999c5581749ca06294d1581351 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 22 Feb 2024 14:49:27 +0000 Subject: [PATCH] attempt to use LOCIP var --- .gitea/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cmake.yml b/.gitea/workflows/cmake.yml index 53eae2e..98059e3 100644 --- a/.gitea/workflows/cmake.yml +++ b/.gitea/workflows/cmake.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Prep For Local Builds - run: echo "82.1.80.36 gitea.comnenos" >> /etc/hosts + run: echo "${LOCIP}" && echo "${LOCIP} gitea.comnenos" >> /etc/hosts - uses: actions/checkout@v2