Skip to content

Commit

Permalink
ci: 添加yarn的环境变量
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Nov 2, 2024
1 parent 1ee13e3 commit 6143eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-xlarge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
VERSION=${VERSION#refs/heads/build/v}
echo "VERSION=$VERSION" >> $GITHUB_ENV
- run: SKIP_YARN_COREPACK_CHECK=0 npm run install:ci
- run: YARN_ENABLE_IMMUTABLE_INSTALLS=false npm run install:ci

- run: npm run build:ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
VERSION=${VERSION#refs/heads/build/v}
echo "VERSION=$VERSION" >> $GITHUB_ENV
- run: SKIP_YARN_COREPACK_CHECK=0 npm run install:ci
- run: YARN_ENABLE_IMMUTABLE_INSTALLS=false npm run install:ci

- run: npm run build:ci

Expand Down

0 comments on commit 6143eb4

Please sign in to comment.