1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

merge envs

This commit is contained in:
Lars Melchior 2021-01-21 10:13:46 +01:00
parent bc87a4d311
commit 0f073a9065
7 changed files with 13 additions and 16 deletions

View file

@ -8,6 +8,9 @@ on:
branches:
- master
env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
jobs:
build:
runs-on: macos-latest
@ -26,8 +29,6 @@ jobs:
pip3 install cmake_format==0.6.11 pyyaml
- name: configure
env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
run: cmake -Stest -Bbuild
- name: check style