Skip to content

Commit

Permalink
Patching CPM checkouts is broken without a cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Sep 27, 2024
1 parent 616e7c2 commit 2de14f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm-cache

jobs:
build:
strategy:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm-cache

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm-cache

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2de14f4

Please sign in to comment.