Skip to content

Commit

Permalink
No cache
Browse files Browse the repository at this point in the history
  • Loading branch information
skidder committed Nov 3, 2024
1 parent e7de309 commit b0ca41e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4

- name: Cache build tools
uses: actions/cache@v3
with:
path: |
/var/cache/apt
/var/lib/apt
key: ${{ runner.os }}-build-tools-${{ hashFiles('deps/build-deps-linux.sh') }}

- name: Install build tools
run: |
sudo apt-get update
Expand Down Expand Up @@ -82,16 +74,6 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4

- name: Cache Homebrew packages
uses: actions/cache@v3
with:
path: |
~/Library/Caches/Homebrew
~/Library/Logs/Homebrew
key: ${{ runner.os }}-brew-${{ hashFiles('deps/build-deps-osx.sh') }}
restore-keys: |
${{ runner.os }}-brew-
- name: Install build tools
run: |
brew install autoconf
Expand Down

0 comments on commit b0ca41e

Please sign in to comment.