mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
experiment 3
This commit is contained in:
parent
8d939aa915
commit
3a1747d772
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue