Skip to content

Commit

Permalink
Fix cicd -> using wasi-sdk-21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icppWorld committed Feb 19, 2024
1 parent 74a81db commit 1bbdd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 1bbdd61

Please sign in to comment.