Skip to content

Commit

Permalink
No submodule cache
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Oct 16, 2024
1 parent 87dcf36 commit 63845e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build_linux_arm64_wheels-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Restore submodules cache
uses: actions/cache/restore@v3
id: cache
with:
path: |
contrib/**
!contrib/*-cmake
!**/CMakeLists.txt
key: |
submodule-${{ hashFiles('.gitmodules') }}
- name: Update submodules
run: |
git submodule update --init --recursive --jobs 4
- name: Save submodules cache
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
with:
path: |
contrib/**
!contrib/*-cmake
!**/CMakeLists.txt
key: |
submodule-${{ hashFiles('.gitmodules') }}
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/build_linux_x86_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Restore submodules cache
uses: actions/cache/restore@v3
id: cache
with:
path: |
contrib/**
!contrib/*-cmake
!**/CMakeLists.txt
key: |
submodule-${{ hashFiles('.gitmodules') }}
- name: Update submodules
run: |
git submodule update --init --recursive --jobs 4
- name: Save submodules cache
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
with:
path: |
contrib/**
!contrib/*-cmake
!**/CMakeLists.txt
key: |
submodule-${{ hashFiles('.gitmodules') }}
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/build_macos_x86_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Restore submodules cache
uses: actions/cache/restore@v3
id: cache
with:
path: |
contrib/**
!contrib/*-cmake
!**/CMakeLists.txt
key: |
submodule-${{ hashFiles('.gitmodules') }}
- name: Update submodules
run: |
git submodule update --init --recursive --jobs 4
- name: Save submodules cache
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
with:
path: |
contrib/**
!contrib/*-cmake
!**/CMakeLists.txt
key: |
submodule-${{ hashFiles('.gitmodules') }}
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit 63845e3

Please sign in to comment.