Skip to content

Commit 3e474c8

Browse files
authored
fix(ci): Restore CACHE_DIR (#4271)
1 parent fcf4216 commit 3e474c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-env/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ runs:
1212
- name: Setup misc environment variables
1313
shell: bash
1414
run: |
15+
echo CACHE_DIR=/usr/src/cache >> .env
16+
echo CACHE_DIR=/usr/src/cache >> $GITHUB_PATH
1517
echo $(pwd)/bin >> $GITHUB_PATH
1618
echo $HOME/.local/bin >> $GITHUB_PATH
1719
echo ZKSYNC_HOME=$(pwd) >> $GITHUB_ENV

0 commit comments

Comments
 (0)