Skip to content

Commit

Permalink
fix windwos yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Apr 5, 2024
1 parent f04afe7 commit 63b3d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18.18.2'
cache: 'yarn'

- name: Install Memory Cache Browser Client Dependencies
run: |
cd Memory-Cache-Browser-Client
corepack enable
yarn --version
yarn install
- name: Build Memory Cache Browser Client
Expand Down

0 comments on commit 63b3d96

Please sign in to comment.