Adjust github action config file syntax.

This commit is contained in:
Ward Fisher 2023-10-24 10:55:57 -06:00
parent 88ecadfdb0
commit 74df474ac7
2 changed files with 1 additions and 4 deletions

View File

@ -156,7 +156,7 @@ jobs:
- name: Run ctest serial script
shell: bash -l {0}
env:
with:
CDASH_TOKEN: ${{ secrets.CDASH_TOKEN }}
run: |
mkdir build

View File

@ -17,9 +17,6 @@ ELSE (CDASH_TOKEN)
MESSAGE("NO CDASH TOKEN FOUND")
ENDIF (CDASH_TOKEN)
MESSAGE("Using cdash token: ${CDASH_TOKEN}")
SITE_NAME(local_site_name)
set(CTEST_SITE ${local_site_name})