Skip to content

Commit e5d2fe0

Browse files
committed
ci: install zisk toolchain
1 parent 6236fc5 commit e5d2fe0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-and-test-rust.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
source ~/.bashrc
4343
~/.risc0/bin/rzup install
4444
45+
- name: Install zisk toolchain
46+
run: |
47+
sudo apt-get update
48+
sudo apt-get install -y xz-utils jq curl build-essential qemu-system libomp-dev libgmp-dev nlohmann-json3-dev protobuf-compiler uuid-dev libgrpc++-dev libsecp256k1-dev libsodium-dev libpqxx-dev nasm libopenmpi-dev openmpi-bin openmpi-common libclang-dev clang gcc-riscv64-unknown-elf
49+
curl https://raw.githubusercontent.com/0xPolygonHermez/zisk/main/ziskup/install.sh | bash
50+
source ~/.bashrc
51+
~/.zisk/bin/ziskup install
52+
4553
- name: Cache Rust dependencies
4654
uses: actions/cache@v3
4755
with:

0 commit comments

Comments
 (0)