From d18910b2db74c0016b1f46ba3663f80ea4e8a6d1 Mon Sep 17 00:00:00 2001 From: mm-zk Date: Fri, 6 Oct 2023 11:37:07 +0200 Subject: [PATCH] changing CI --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b47fb8f9..6ca1e407 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,10 +10,13 @@ jobs: - uses: actions/checkout@v3 with: node-version: 18.18.0 + - uses: actions-rust-lang/setup-rust-toolchain@v1 + with: + toolchain: nightly-2023-04-17 - run: yarn - run: yarn build - run: yarn preprocess - run: yarn compile-yul # Test bootloader - - run: cd booloader/test_infra && cargo run + - run: ci_run bash -c "cd booloader/test_infra && cargo run"