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

format workflow files

This commit is contained in:
Lars Melchior 2021-01-20 18:36:43 +01:00
parent 69332a7acc
commit f0a1e58618
7 changed files with 19 additions and 25 deletions

View file

@ -14,15 +14,14 @@ env:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v2
with:
path: '**/cpm_modules'
path: "**/cpm_modules"
key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
- name: configure