From 8a644723b5e306188c7065292b113987fef25c3a Mon Sep 17 00:00:00 2001 From: Marco Inacio Date: Thu, 7 Mar 2024 21:36:40 +0000 Subject: [PATCH] rust: fix macos build --- .github/workflows/main.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b14eb906..f877d770 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -269,12 +269,6 @@ jobs: path: ./test_models/ key: ${{ hashFiles('**/*.stan', 'src/*', 'stan/src/stan/version.hpp', 'Makefile') }}-${{ matrix.os }}-v${{ env.CACHE_VERSION }} - - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 - with: - version: "15.0" - directory: ${{ runner.temp }}/llvm - - name: Set up TBB if: matrix.os == 'windows-latest' run: | @@ -283,9 +277,6 @@ jobs: - name: Run rust tests working-directory: ./rust timeout-minutes: 60 - env: - LIBCLANG_PATH: ${{ runner.temp }}/llvm/lib - LLVM_CONFIG_PATH: ${{ runner.temp }}/llvm/bin/llvm-config run: | cargo clippy cargo fmt --check