fix: trying scripts

This commit is contained in:
Oleksandr Pravdyvyi 2024-11-25 07:37:01 +02:00
parent d2a8cfe450
commit 9f913d0105
2 changed files with 6 additions and 9 deletions

View File

@ -30,16 +30,9 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- name: install risc0
- name: build ubuntu test
if: success() || failure()
run: |
curl -L https://risczero.com/install | bash
- name: install risc0 step 2
if: success() || failure()
run: |
source /home/runner/.bashrc && rzup install && source /home/runner/.bashrc
- uses: Swatinem/rust-cache@v2
- run: cargo build
run: ./ci_scripts/build-ubuntu.sh
lint:
strategy:

View File

@ -0,0 +1,4 @@
curl -L https://risczero.com/install | bash
source /home/runner/.bashrc
rzup install
cargo build