attempt to use LOCIP var
CMake / build (push) Successful in 28s Details

This commit is contained in:
Greg Gauthier 2024-02-22 14:49:27 +00:00
parent 2a781498e7
commit ca206f231d
1 changed files with 1 additions and 1 deletions

View File

@ -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