diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 107ddf66..cc60c2b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,13 +73,6 @@ jobs: if: matrix.platform.host == 'macos-latest' run: brew install llvm openssl - - name: Cache windows (llvm) - if: matrix.platform.host == 'windows-latest' - uses: actions/cache@v2 - with: - path: 'C:\Program Files\LLVM' - key: ${{ runner.os }}-llvm - - name: Cache windows (openssl) if: matrix.platform.host == 'windows-latest' uses: actions/cache@v2 @@ -96,6 +89,7 @@ jobs: Copy-Item C:\vcpkg\installed\x64-windows\bin\libcrypto-1_1-x64.dll C:\vcpkg\installed\x64-windows\bin\libcrypto.dll Copy-Item C:\vcpkg\installed\x64-windows\bin\libssl-1_1-x64.dll C:\vcpkg\installed\x64-windows\bin\libssl.dll Get-ChildItem C:\vcpkg\installed\x64-windows\lib + Get-ChildItem "C:\Program Files\LLVM" - name: Install rust toolchain uses: hecrj/setup-rust-action@v1