Skip to content

Commit

Permalink
CorePack
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Dec 20, 2024
1 parent e476a06 commit c7325f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/assets_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- uses: actions/checkout@v4
- name: Rebuild packages
run: |
yarn install
yarn gulp-rebuild
corepack install
npm install -g corepack
corepack enable
yarn install
yarn gulp-rebuild
yarn build
- name: Check if git has changes
shell: pwsh
Expand Down

0 comments on commit c7325f3

Please sign in to comment.