From 1bbdd61b672324ffb9a203799a96f81962678d13 Mon Sep 17 00:00:00 2001 From: icpp Date: Mon, 19 Feb 2024 06:24:33 -0500 Subject: [PATCH] Fix cicd -> using wasi-sdk-21.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb6a926..0da08fe 100644 --- a/Makefile +++ b/Makefile @@ -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