Skip to content

Commit

Permalink
Update deploy_cf.yml
Browse files Browse the repository at this point in the history
add corepack enable
  • Loading branch information
m4gicpotato authored Dec 4, 2023
1 parent 390ea79 commit 0b4bfb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
shell: bash
run: git submodule sync && git submodule update --remote --force

- name: Enable Corepack
shell: bash
run: corepack enable

- name: Install packages
run: yarn install

Expand Down

0 comments on commit 0b4bfb9

Please sign in to comment.