We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ffa49 commit 0d58edeCopy full SHA for 0d58ede
bootstrap.sh
@@ -151,7 +151,7 @@ function check_toolchains {
151
152
function versions {
153
local noir_version anvil_version node_version cmake_version clang_version zig_version rustc_version wasi_sdk_version
154
- noir_version=$(git -C noir/noir-repo describe --tags --exact-match HEAD)
+ noir_version=$(git -C noir/noir-repo describe --tags --always HEAD)
155
anvil_version=$(anvil --version | head -n1 | sed -E 's/anvil Version: ([0-9.]+).*/\1/')
156
node_version=$(node --version | cut -d 'v' -f 2)
157
cmake_version=$(cmake --version | head -n1 | cut -d' ' -f3)
0 commit comments