Release v2.1.0-rc.1 (#2921)

## Proposed Changes

New release candidate to address Windows build failure for rc.0
This commit is contained in:
Michael Sproul
2022-01-17 03:25:30 +00:00
parent a26b8802da
commit a836e180f9
7 changed files with 22 additions and 9 deletions

View File

@@ -130,6 +130,19 @@ jobs:
profile: minimal
override: true
# ==============================
# Windows dependencies
# ==============================
- uses: KyleMayes/install-llvm-action@v1
if: startsWith(matrix.arch, 'x86_64-windows')
with:
version: "13.0"
directory: ${{ runner.temp }}/llvm
- name: Set LIBCLANG_PATH
if: startsWith(matrix.arch, 'x86_64-windows')
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
# ==============================
# Builds
# ==============================