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

experiment 2

This commit is contained in:
Lars Melchior 2021-01-20 18:19:41 +01:00
parent b1781e9428
commit 8d939aa915

View file

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