forked from mpusz/mp-units
12
.github/workflows/ci-conan.yml
vendored
12
.github/workflows/ci-conan.yml
vendored
@@ -78,18 +78,6 @@ 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
|
|
||||||
env:
|
|
||||||
cache-name: cache-choco-lib
|
|
||||||
with:
|
|
||||||
path: C:\ProgramData\chocolatey\lib
|
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('C:\ProgramData\chocolatey\lib\**\*.nuspec') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
|
||||||
${{ runner.os }}-build-
|
|
||||||
${{ runner.os }}-
|
|
||||||
- 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