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

use env for all workflows

This commit is contained in:
Lars Melchior 2021-01-20 18:25:29 +01:00
parent 3a1747d772
commit 9733007236
6 changed files with 15 additions and 5 deletions

View file

@ -27,7 +27,9 @@ jobs:
pip3 install cmake_format==0.6.11 pyyaml
- name: configure
run: cmake -Stest -Bbuild -DCPM_SOURCE_CACHE=$(pwd)/cpm_modules
env:
CPM_SOURCE_CACHE: ${{ env.GITHUB_WORKSPACE }}/cpm_modules
run: cmake -Stest -Bbuild
- name: check style
run: cmake --build build --target check-format