fix: remove llvm caching which doesnt work

This commit is contained in:
Joonas Koivunen 2020-06-08 17:43:59 +03:00
parent f5c71401c7
commit eafd1725f3

View File

@ -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