Skip to content

Commit

Permalink
Merge pull request #11 from skidder/skidder/no-cache
Browse files Browse the repository at this point in the history
No cache
  • Loading branch information
skidder authored Nov 3, 2024
2 parents 2aa2be1 + b0ca41e commit dacbc71
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 dacbc71

Please sign in to comment.