From 348f6fc2339487934f24aa0697fdb634ad539fcd Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Sun, 2 Jun 2024 12:56:17 -0500 Subject: [PATCH] Use apt to install clang-16 --- .github/workflows/IKVM.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/IKVM.yml b/.github/workflows/IKVM.yml index 548a052bf..5e7682321 100644 --- a/.github/workflows/IKVM.yml +++ b/.github/workflows/IKVM.yml @@ -135,9 +135,7 @@ jobs: with: dotnet-version: 8.0.x - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 - with: - version: "16.0" + run: sudo apt-get install -y clang-16 - name: Install apple-codesign uses: baptiste0928/cargo-install@v3 with: