Patching CPM checkouts is broken without a cache.

https://github.com/cpm-cmake/CPM.cmake/issues/577
This commit is contained in:
Bartosz Taudul 2024-09-27 16:12:42 +02:00
parent 616e7c2eec
commit 2de14f4e38
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]
env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm-cache
jobs:
build:
strategy:

View File

@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]
env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm-cache
jobs:
build:
runs-on: ubuntu-latest

View File

@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]
env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm-cache
jobs:
build:
runs-on: ubuntu-latest