Skip to content

Commit 233f08f

Browse files
committed
Remove APT cache step in workflows
1 parent 4581508 commit 233f08f

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ jobs:
4242
uses: actions/checkout@v4
4343
with: { fetch-depth: 0 }
4444

45-
- name: Cache APT packages
46-
uses: actions/cache@v3
47-
with:
48-
path: /var/cache/apt
49-
key: ${{ runner.os }}-apt-ci-${{ hashFiles('.github/workflows/ci.yml') }}
50-
restore-keys: |
51-
${{ runner.os }}-apt-ci-
52-
5345
- name: Install CMake and Ninja
5446
uses: lukka/get-cmake@latest
5547
with:

.github/workflows/clang-format.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ jobs:
3333
uses: actions/checkout@v4
3434
with: { fetch-depth: 0 }
3535

36-
- name: Cache APT packages
37-
uses: actions/cache@v3
38-
with:
39-
path: /var/cache/apt
40-
key: ${{ runner.os }}-apt-clang-format-${{ hashFiles('.github/workflows/clang-format.yml') }}
41-
restore-keys: |
42-
${{ runner.os }}-apt-clang-format-
43-
4436
- name: Install CMake and Ninja
4537
uses: lukka/get-cmake@latest
4638
with:

.github/workflows/clang-tidy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
uses: actions/checkout@v4
3232
with: { fetch-depth: 0 }
3333

34-
- name: Cache APT packages
35-
uses: actions/cache@v3
36-
with:
37-
path: /var/cache/apt
38-
key: ${{ runner.os }}-apt-clang-tidy-${{ hashFiles('.github/workflows/clang-tidy.yml') }}
39-
restore-keys: |
40-
${{ runner.os }}-apt-clang-tidy-
41-
4234
- name: Install CMake and Ninja
4335
uses: lukka/get-cmake@latest
4436
with:

0 commit comments

Comments
 (0)