Skip to content

Commit

Permalink
Attempt a global install too
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Aug 19, 2024
1 parent d7abc02 commit ed24ea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Install workspace dependencies
shell: bash
run: yarn install
- name: Install dependencies
working-directory: ${{ env.IMGLY_PACKAGE_DIR }}
shell: bash
Expand Down

0 comments on commit ed24ea5

Please sign in to comment.