Skip to content

Commit

Permalink
ci: cache homebrew directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 21, 2024
1 parent 3496617 commit 32f8086
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache Homebrew directory
uses: actions/cache@v2
with:
path: /home/linuxbrew/.linuxbrew
key: ${{ runner.os }}-brew
restore-keys: |
${{ runner.os }}-brew-
- uses: denoland/setup-deno@v1
with:
deno-version: v1.37
Expand Down

0 comments on commit 32f8086

Please sign in to comment.