remove exposing echo
CMake / build (push) Successful in 28s Details

This commit is contained in:
Greg Gauthier 2024-02-22 14:56:17 +00:00
parent ca206f231d
commit fe2e42a3f2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
steps:
- name: Prep For Local Builds
run: echo "${LOCIP}" && echo "${LOCIP} gitea.comnenos" >> /etc/hosts
run: echo "${LOCIP} gitea.comnenos" >> /etc/hosts
- uses: actions/checkout@v2