Skip to content

Commit

Permalink
rust: fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
randommm committed Mar 7, 2024
1 parent c9517c8 commit 8a64472
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 8a64472

Please sign in to comment.