Skip to content

Commit

Permalink
Fix cicd for dfxvm
Browse files Browse the repository at this point in the history
.
  • Loading branch information
icppWorld committed Apr 15, 2024
1 parent a3ddfed commit 4c9e1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ VERSION_CLANG := $(shell cat version_clang.txt)

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

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

.PHONY: install-didc
install-didc:
Expand Down

0 comments on commit 4c9e1b1

Please sign in to comment.