From dc6166476348d44b3fa5a97d993892838eb596dc Mon Sep 17 00:00:00 2001 From: Brendan Barnes Date: Tue, 9 Jul 2024 04:57:06 +0000 Subject: [PATCH] save --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5b97b6..8ab9879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 + uses: KyleMayes/install-llvm-action@v2 with: version: ${{ matrix.clang_version }}