Update pipelines with various fixes

This commit is contained in:
Conrad Kramer 2024-09-07 17:01:17 -07:00
parent aa634d03e2
commit 423ed3535e
9 changed files with 65 additions and 57 deletions

View file

@ -58,7 +58,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ${{ join(matrix.packages, ' ') }}
- name: Install Windows Deps
- name: Configure LLVM
if: matrix.os == 'windows-2022'
shell: bash
run: echo "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin" >> $GITHUB_PATH