1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

experiment 3

This commit is contained in:
Lars Melchior 2021-01-20 18:21:28 +01:00
parent 8d939aa915
commit 3a1747d772

View file

@ -26,7 +26,7 @@ jobs:
- name: configure
env:
CPM_SOURCE_CACHE: ${GITHUB_WORKSPACE}/cpm_modules
CPM_SOURCE_CACHE: ${{ env.GITHUB_WORKSPACE }}/cpm_modules
run: cmake -Stest -Bbuild
- name: build