From adcf6087bcdf0595e3091eb07157178ba39c0097 Mon Sep 17 00:00:00 2001 From: Yong Gyu Lee Date: Thu, 20 Jun 2024 22:17:46 +0900 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 13836c69..e27ff058 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -100,10 +100,12 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Configure CMake + - name: Set up Clang uses: egor-tensin/setup-clang@v1 with: version: ${{ matrix.compiler_version }} + + - name: Configure CMake env: CC: cc CXX: c++