We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6236fc5 commit e5d2fe0Copy full SHA for e5d2fe0
1 file changed
.github/workflows/build-and-test-rust.yml
@@ -42,6 +42,14 @@ jobs:
42
source ~/.bashrc
43
~/.risc0/bin/rzup install
44
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
+
53
- name: Cache Rust dependencies
54
uses: actions/cache@v3
55
with:
0 commit comments