2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

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
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