Skip to content

Commit 63845e3

Browse files
committed
No submodule cache
1 parent 87dcf36 commit 63845e3

File tree

3 files changed

+0
-60
lines changed

3 files changed

+0
-60
lines changed

.github/workflows/build_linux_arm64_wheels-gh.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,29 +59,9 @@ jobs:
5959
- uses: actions/checkout@v3
6060
with:
6161
fetch-depth: 0
62-
- name: Restore submodules cache
63-
uses: actions/cache/restore@v3
64-
id: cache
65-
with:
66-
path: |
67-
contrib/**
68-
!contrib/*-cmake
69-
!**/CMakeLists.txt
70-
key: |
71-
submodule-${{ hashFiles('.gitmodules') }}
7262
- name: Update submodules
7363
run: |
7464
git submodule update --init --recursive --jobs 4
75-
- name: Save submodules cache
76-
if: steps.cache.outputs.cache-hit != 'true'
77-
uses: actions/cache/save@v3
78-
with:
79-
path: |
80-
contrib/**
81-
!contrib/*-cmake
82-
!**/CMakeLists.txt
83-
key: |
84-
submodule-${{ hashFiles('.gitmodules') }}
8565
- name: ccache
8666
uses: hendrikmuhs/[email protected]
8767
with:

.github/workflows/build_linux_x86_wheels.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,29 +59,9 @@ jobs:
5959
- uses: actions/checkout@v3
6060
with:
6161
fetch-depth: 0
62-
- name: Restore submodules cache
63-
uses: actions/cache/restore@v3
64-
id: cache
65-
with:
66-
path: |
67-
contrib/**
68-
!contrib/*-cmake
69-
!**/CMakeLists.txt
70-
key: |
71-
submodule-${{ hashFiles('.gitmodules') }}
7262
- name: Update submodules
7363
run: |
7464
git submodule update --init --recursive --jobs 4
75-
- name: Save submodules cache
76-
if: steps.cache.outputs.cache-hit != 'true'
77-
uses: actions/cache/save@v3
78-
with:
79-
path: |
80-
contrib/**
81-
!contrib/*-cmake
82-
!**/CMakeLists.txt
83-
key: |
84-
submodule-${{ hashFiles('.gitmodules') }}
8565
- name: ccache
8666
uses: hendrikmuhs/[email protected]
8767
with:

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,29 +51,9 @@ jobs:
5151
- uses: actions/checkout@v3
5252
with:
5353
fetch-depth: 0
54-
- name: Restore submodules cache
55-
uses: actions/cache/restore@v3
56-
id: cache
57-
with:
58-
path: |
59-
contrib/**
60-
!contrib/*-cmake
61-
!**/CMakeLists.txt
62-
key: |
63-
submodule-${{ hashFiles('.gitmodules') }}
6454
- name: Update submodules
6555
run: |
6656
git submodule update --init --recursive --jobs 4
67-
- name: Save submodules cache
68-
if: steps.cache.outputs.cache-hit != 'true'
69-
uses: actions/cache/save@v3
70-
with:
71-
path: |
72-
contrib/**
73-
!contrib/*-cmake
74-
!**/CMakeLists.txt
75-
key: |
76-
submodule-${{ hashFiles('.gitmodules') }}
7757
- name: ccache
7858
uses: hendrikmuhs/[email protected]
7959
with:

0 commit comments

Comments
 (0)