1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-05 16:31:01 +02:00

replace env.GITHUB_ with github.workspace

This commit is contained in:
Lars Melchior 2021-01-20 18:33:02 +01:00
parent efdf719125
commit 69332a7acc
7 changed files with 8 additions and 6 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: configure
env:
CPM_SOURCE_CACHE: ${{ env.GITHUB_WORKSPACE }}/cpm_modules
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
run: cmake -Stest -Bbuild -DENABLE_TEST_COVERAGE=1 -DCMAKE_BUILD_TYPE=Debug
- name: build