We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf4216 commit 3e474c8Copy full SHA for 3e474c8
.github/actions/setup-env/action.yml
@@ -12,6 +12,8 @@ runs:
12
- name: Setup misc environment variables
13
shell: bash
14
run: |
15
+ echo CACHE_DIR=/usr/src/cache >> .env
16
+ echo CACHE_DIR=/usr/src/cache >> $GITHUB_PATH
17
echo $(pwd)/bin >> $GITHUB_PATH
18
echo $HOME/.local/bin >> $GITHUB_PATH
19
echo ZKSYNC_HOME=$(pwd) >> $GITHUB_ENV
0 commit comments