Skip to content

Commit 4c9e1b1

Browse files
committed
Fix cicd for dfxvm
.
1 parent a3ddfed commit 4c9e1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ VERSION_CLANG := $(shell cat version_clang.txt)
3838

3939
###########################################################################
4040
# Use some clang tools that come with wasi-sdk
41-
ICPP_COMPILER_ROOT := $(HOME)/.icpp/wasi-sdk-20.0
41+
ICPP_COMPILER_ROOT := $(HOME)/.icpp/wasi-sdk-21.0
4242
CLANG_FORMAT = $(ICPP_COMPILER_ROOT)/bin/clang-format
4343
CLANG_TIDY = $(ICPP_COMPILER_ROOT)/bin/clang-tidy
4444

@@ -148,7 +148,7 @@ install-clang-ubuntu:
148148
# Make sure to source ~/.profile afterwards -> it adds ~/bin to the path if it exists
149149
.PHONY: install-dfx
150150
install-dfx:
151-
sh -ci "$$(curl -fsSL https://sdk.dfinity.org/install.sh)"
151+
DFXVM_INIT_YES=true sh -ci "$$(curl -fsSL https://sdk.dfinity.org/install.sh)"
152152

153153
.PHONY: install-didc
154154
install-didc:

0 commit comments

Comments
 (0)