Skip to content

Commit

Permalink
zkLLVM version updated to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaskov committed Nov 17, 2023
1 parent ba95195 commit f0e8958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7
TOOLCHAIN_VERSION: 0.1.8

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

0 comments on commit f0e8958

Please sign in to comment.