Skip to content

Commit

Permalink
workaround bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 17, 2024
1 parent a534fae commit 897f057
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -6,6 +6,10 @@ jobs:
release:
runs-on: ubuntu-latest

env:
# https://github.com/actions/setup-node/issues/531
SKIP_YARN_COREPACK_CHECK: true

steps:
- name: Check out Git repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 897f057

Please sign in to comment.