Skip to content

Commit

Permalink
ci: add zksync-home env-var
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Aug 29, 2024
1 parent bb360a6 commit 7e5e391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,11 @@ jobs:
sudo cp solc /usr/bin/solc
- name: Fetch toolchain version from zksync-era
- name: Fetch toolchain version from zksync-era + set zksync home
run: |
cd ${{ github.workspace }}/zksync-era
echo "ERA_TOOLCHAIN=$(head ./rust-toolchain)" >> $GITHUB_ENV
echo "ZKSYNC_HOME=${{ github.workspace }}/zksync-era" >> $GITHUB_ENV
- name: Rustup toolchain install
uses: dtolnay/rust-toolchain@nightly
Expand Down

0 comments on commit 7e5e391

Please sign in to comment.