Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit f405595

Browse files
Fix windows build command
1 parent 6cd7b1f commit f405595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,15 +304,15 @@ jobs:
304304
name: Externs folder
305305
path: packages/google-closure-compiler/externs
306306
- name: Install packages
307-
run: YARN_ENABLE_COLORS=true yarn install
307+
run: yarn install
308308
- name: Build image
309309
working-directory: packages/google-closure-compiler-windows
310310
run: |
311311
cp ../google-closure-compiler-java/compiler.jar compiler.jar
312312
yarn run build
313313
- name: Tests
314314
shell: cmd
315-
run: FORCE_COLOR=1 yarn workspaces foreach -A --no-private run test
315+
run: yarn workspaces foreach -A --no-private run test
316316
- name: Upload artifacts
317317
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
318318
with:

0 commit comments

Comments
 (0)