Skip to content

Commit b0ca41e

Browse files
committed
No cache
1 parent e7de309 commit b0ca41e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/deps.yaml

-18
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
- name: Check out repo
2424
uses: actions/checkout@v4
2525

26-
- name: Cache build tools
27-
uses: actions/cache@v3
28-
with:
29-
path: |
30-
/var/cache/apt
31-
/var/lib/apt
32-
key: ${{ runner.os }}-build-tools-${{ hashFiles('deps/build-deps-linux.sh') }}
33-
3426
- name: Install build tools
3527
run: |
3628
sudo apt-get update
@@ -82,16 +74,6 @@ jobs:
8274
- name: Check out repo
8375
uses: actions/checkout@v4
8476

85-
- name: Cache Homebrew packages
86-
uses: actions/cache@v3
87-
with:
88-
path: |
89-
~/Library/Caches/Homebrew
90-
~/Library/Logs/Homebrew
91-
key: ${{ runner.os }}-brew-${{ hashFiles('deps/build-deps-osx.sh') }}
92-
restore-keys: |
93-
${{ runner.os }}-brew-
94-
9577
- name: Install build tools
9678
run: |
9779
brew install autoconf

0 commit comments

Comments
 (0)