From f0e895837377883747b2eb80734af554c2659657 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 17 Nov 2023 20:32:13 +0000 Subject: [PATCH] zkLLVM version updated to 0.1.8 --- .github/workflows/main.yml | 2 +- scripts/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03f56ba..a960de6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - TOOLCHAIN_VERSION: 0.1.7 + TOOLCHAIN_VERSION: 0.1.8 jobs: test-zkllvm-workflow: diff --git a/scripts/run.sh b/scripts/run.sh index f73e8e5..cec4641 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -18,7 +18,7 @@ REPO_ROOT="$SCRIPT_DIR/.." # See all available versions at # https://github.com/orgs/NilFoundation/packages/container/package/toolchain # If unset, default value will be used: -echo "using nilfoundation/toolchain:${TOOLCHAIN_VERSION:=0.1.7}" +echo "using nilfoundation/toolchain:${TOOLCHAIN_VERSION:=0.1.8}" # podman is a safer option for using on CI machines if ! command -v podman; then