mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
8
.github/workflows/ci-conan.yml
vendored
8
.github/workflows/ci-conan.yml
vendored
@@ -78,6 +78,14 @@ jobs:
|
|||||||
downcast_mode: [ "on", "auto" ]
|
downcast_mode: [ "on", "auto" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- name: Install Clang
|
||||||
if: matrix.config.compiler.type == 'CLANG'
|
if: matrix.config.compiler.type == 'CLANG'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user