Skip to content

Commit

Permalink
CI: enable utils tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 20, 2023
1 parent 179ec67 commit 019272e
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
os:
- macos-latest
- ubuntu-latest
# - windows-latest
- windows-latest
sdk:
- latest

Expand All @@ -159,26 +159,6 @@ jobs:
mkdir -p .cargo
cp -rf .github/config.toml .cargo/config.toml
- name: Cache LLVM
id: cache-llvm
if: runner.os == 'Windows'
uses: actions/cache@v3
with:
path: ${{ runner.temp }}/llvm
key: llvm-14.0

# See:
# https://github.com/rust-lang/rust-bindgen/issues/1797
# https://rust-lang.github.io/rust-bindgen/requirements.html#windows
- name: Install LLVM
if: runner.os == 'Windows'
uses: KyleMayes/install-llvm-action@v1.8.3
with:
version: "14.0"
directory: ${{ runner.temp }}/llvm
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
env: true

- name: Install Deps
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 019272e

Please sign in to comment.