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

Commit a80c7fb

Browse files
Update the reference to the GITHUB_ENV for windows
1 parent 601084d commit a80c7fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,8 @@ jobs:
239239
name: Contrib folder
240240
path: packages/google-closure-compiler/contrib
241241
- name: Get yarn cache directory path
242-
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
243-
- name: Log Github Env
244-
run: type $GITHUB_ENV
242+
# See https://stackoverflow.com/a/66737579/1211524
243+
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $env:GITHUB_ENV
245244
- name: Cache yarn
246245
uses: actions/cache@v3
247246
id: yarn-cache

0 commit comments

Comments
 (0)