Skip to content

Commit

Permalink
*update lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-crypto committed Jul 26, 2024
1 parent add04f6 commit d5f1849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
pnpm build:commonjs
cd ..
- name: Install solc
run: cargo install svm-rs && svm install 0.8.26 && svm use 0.8.26 && solc --version
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.26 && svm use 0.8.26 && solc --version
- name: Install Anvil
run: cargo install --git https://github.com/foundry-rs/foundry --rev 62cdea8ff9e6efef011f77e295823b5f2dbeb3a1 --locked anvil --force
- name: KZG prove and verify tests (EVM + VK rendered seperately)
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
crate: cargo-nextest
locked: true
- name: Install solc
run: cargo install svm-rs && svm install 0.8.26 && svm use 0.8.26 && solc --version
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.26 && svm use 0.8.26 && solc --version
- name: Install Anvil
run: cargo install --git https://github.com/foundry-rs/foundry --rev 62cdea8ff9e6efef011f77e295823b5f2dbeb3a1 --locked anvil --force
- name: KZG prove and verify aggr tests
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
- name: Install cmake
run: sudo apt-get install -y cmake
- name: Install solc
run: cargo install svm-rs && svm install 0.8.26 && svm use 0.8.26 && solc --version
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.26 && svm use 0.8.26 && solc --version
- name: Setup Virtual Env and Install python dependencies
run: python -m venv .env --clear; source .env/bin/activate; pip install -r requirements.txt;
- name: Install Anvil
Expand Down Expand Up @@ -653,7 +653,7 @@ jobs:
crate: cargo-nextest
locked: true
- name: Install solc
run: cargo install svm-rs && svm install 0.8.26 && svm use 0.8.26 && solc --version
run: (hash svm 2>/dev/null || cargo install svm-rs) && svm install 0.8.26 && svm use 0.8.26 && solc --version
- name: Install Anvil
run: cargo install --git https://github.com/foundry-rs/foundry --rev 62cdea8ff9e6efef011f77e295823b5f2dbeb3a1 --locked anvil --force
- name: Install pip
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5f1849

Please sign in to comment.