Update Windows workflow to support ring

This commit is contained in:
Jett Chen 2023-12-17 02:28:50 +08:00
parent a756630316
commit 2b3ef999b9

View file

@ -54,6 +54,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ${{ join(matrix.packages, ' ') }}
- name: Install Windows Deps
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
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with: