Skip to content

Commit

Permalink
ci: always install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 19, 2022
1 parent 4319da5 commit fd8e2ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
${{ runner.os }}-yarn
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: yarn

- name: Build project
Expand Down

0 comments on commit fd8e2ca

Please sign in to comment.