Skip to content

Commit

Permalink
Update the reference to the GITHUB_ENV for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadKillingsworth committed Nov 15, 2022
1 parent 601084d commit a80c7fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,8 @@ jobs:
name: Contrib folder
path: packages/google-closure-compiler/contrib
- name: Get yarn cache directory path
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
- name: Log Github Env
run: type $GITHUB_ENV
# See https://stackoverflow.com/a/66737579/1211524
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $env:GITHUB_ENV
- name: Cache yarn
uses: actions/cache@v3
id: yarn-cache
Expand Down

0 comments on commit a80c7fb

Please sign in to comment.