Skip to content

Commit

Permalink
Apparently lists aren't allowed :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Xophmeister committed Jan 30, 2024
1 parent c070b79 commit 343fd25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Set up frontend cache
uses: actions/cache@v4
with:
path:
- '**/node_modules'
- '~/.cache/puppeteer'
path: |
**/node_modules
~/.cache/puppeteer
key: frontend_${{ matrix.os }}_${{ hashFiles('**/package-lock.json') }}

# - name: Clippy, test, and benchmark
Expand Down

0 comments on commit 343fd25

Please sign in to comment.