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

Commit 601084d

Browse files
Add logging to debug windows build failure
1 parent 2d93509 commit 601084d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
git pull https://github.com/google/closure-compiler.git master
4343
git log -1 | cat
4444
- name: Get yarn cache directory path
45-
id: yarn-cache-dir-path
4645
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
4746
- name: Yarn and maven cache
4847
uses: actions/cache@v3
@@ -112,7 +111,6 @@ jobs:
112111
name: Contrib folder
113112
path: packages/google-closure-compiler/contrib
114113
- name: Get yarn cache directory path
115-
id: yarn-cache-dir-path
116114
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
117115
- name: Cache yarn
118116
uses: actions/cache@v3
@@ -178,7 +176,6 @@ jobs:
178176
name: Contrib folder
179177
path: packages/google-closure-compiler/contrib
180178
- name: Get yarn cache directory path
181-
id: yarn-cache-dir-path
182179
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
183180
- name: Cache yarn
184181
uses: actions/cache@v3
@@ -242,8 +239,9 @@ jobs:
242239
name: Contrib folder
243240
path: packages/google-closure-compiler/contrib
244241
- name: Get yarn cache directory path
245-
id: yarn-cache-dir-path
246242
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
243+
- name: Log Github Env
244+
run: type $GITHUB_ENV
247245
- name: Cache yarn
248246
uses: actions/cache@v3
249247
id: yarn-cache
@@ -322,7 +320,6 @@ jobs:
322320
chmod 755 packages/google-closure-compiler-osx/compiler
323321
chmod 755 packages/google-closure-compiler-windows/compiler.exe
324322
- name: Get yarn cache directory path
325-
id: yarn-cache-dir-path
326323
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
327324
- name: Cache yarn
328325
uses: actions/cache@v3

0 commit comments

Comments
 (0)