Skip to content

Commit 6977033

Browse files
ly0vajackpooleyml
andauthored
fix ci (#55)
Co-authored-by: Jack Pooley <186731786+jackpooleyml@users.noreply.github.com>
1 parent dbb2463 commit 6977033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
run: |
174174
cd ${{ github.workspace }}/../zksync-os-server
175175
cargo build --release --bin zksync-os-server
176-
anvil --load-state zkos-l1-state.json --port 8545 &> anvil.log &
176+
anvil --load-state ./local-chains/v31/zkos-l1-state.json --port 8545 &> anvil.log &
177177
cargo run --release --bin zksync-os-server &> server.log &
178178
179179
- name: Deploy entrypoint

0 commit comments

Comments
 (0)