forked from mpusz/mp-units
8
.github/workflows/ci-conan.yml
vendored
8
.github/workflows/ci-conan.yml
vendored
@@ -78,6 +78,14 @@ jobs:
|
||||
downcast_mode: [ "on", "auto" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache Chocolatey Dependencies
|
||||
if: runner.os == 'Windows'
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: C:\ProgramData\chocolatey\lib
|
||||
key: choco-cache-${{ hashFiles('**/dependencies.config') }}
|
||||
restore-keys: |
|
||||
choco-cache-
|
||||
- name: Install Clang
|
||||
if: matrix.config.compiler.type == 'CLANG'
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user