Skip to content

Commit

Permalink
zkLLVM version updated to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaskov authored and NickVolynkin committed Nov 13, 2023
1 parent e7f6010 commit a9143c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
TOOLCHAIN_VERSION: 0.1.6
TOOLCHAIN_VERSION: 0.1.7

jobs:
test-zkllvm-workflow:
Expand Down
4 changes: 2 additions & 2 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9143c6

Please sign in to comment.