diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3dc825a..22a08b2 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.6 + TOOLCHAIN_VERSION: 0.1.7 jobs: test-zkllvm-workflow: diff --git a/scripts/run.sh b/scripts/run.sh index f08b395..acf68dd 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -14,10 +14,10 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) REPO_ROOT="$SCRIPT_DIR/.." # Set image versions in the environment before running this script: -# export TOOLCHAIN_VERSION=0.1.6 +# export TOOLCHAIN_VERSION=0.1.7 # If unset, default values will be used: -echo "using nilfoundation/toolchain:${TOOLCHAIN_VERSION:=0.1.6}" +echo "using nilfoundation/toolchain:${TOOLCHAIN_VERSION:=0.1.7}" # podman is a safer option for using on CI machines if ! command -v podman; then