From b7ab524613eb3df26e31e1dac3749dbb5b2c05c5 Mon Sep 17 00:00:00 2001 From: Sisypheus Date: Thu, 25 Apr 2024 18:18:19 +0200 Subject: [PATCH] build(ci): added CLang installation in build action --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b61192a..d9ed5a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,11 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + + - name: Install CLang + uses: KyleMayes/install-llvm-action@v2 + with: + version: "17.0" - uses: xmake-io/github-action-setup-xmake@v1 with: