uses: actions/cache@v1.0.3
with:
path: build
- key: ${{ matrix.os }}-coverage
+ key: ${{ matrix.os }}-coverage-v2
- name: Install Depends
run: sudo apt install zlib1g-dev libssl-dev build-essential lcov
uses: actions/cache@v1.1.0
with:
path: build
- key: ${{ matrix.os }}-cmake-${{ matrix.EVENT_MATRIX }}
+ key: ${{ matrix.os }}-cmake-${{ matrix.EVENT_MATRIX }}-v2
- name: Build And Test
shell: bash
uses: actions/cache@v1.1.0
with:
path: build
- key: ${{ matrix.os }}-autotools-${{ matrix.EVENT_MATRIX }}
+ key: ${{ matrix.os }}-autotools-${{ matrix.EVENT_MATRIX }}-v2
- name: Build And Test
shell: bash
uses: actions/cache@v1.1.0
with:
path: build
- key: macos-10.15-cmake-${{ matrix.EVENT_MATRIX }}
+ key: macos-10.15-cmake-${{ matrix.EVENT_MATRIX }}-v2
- name: Build And Test
shell: bash
uses: actions/cache@v1.1.0
with:
path: build
- key: ${{ matrix.os }}-autotools-${{ matrix.EVENT_MATRIX }}
+ key: ${{ matrix.os }}-autotools-${{ matrix.EVENT_MATRIX }}-v2
- name: Install Depends
run: brew install autoconf automake libtool pkg-config
uses: actions/cache@v1.1.2
with:
path: build
- key: mingw-${{ matrix.EVENT_MATRIX }}
+ key: mingw-autotools-${{ matrix.EVENT_MATRIX }}
- uses: numworks/setup-msys2@v1
if: steps.cache-mingw.outputs.cache-hit != 'true'
uses: actions/cache@v1.0.3
with:
path: build
- key: ${{ matrix.os }}-${{ matrix.EVENT_MATRIX }}
+ key: ${{ matrix.os }}-${{ matrix.EVENT_MATRIX }}-v2
- name: Install Depends
if: steps.cache-depends.outputs.cache-hit != 'true'
uses: actions/cache@v1.1.0
with:
path: build
- key: ${{ matrix.os }}-${{ matrix.EVENT_MATRIX }}-build
+ key: ${{ matrix.os }}-${{ matrix.EVENT_MATRIX }}-build-v2
- name: Install Depends
if: steps.cache-depends.outputs.cache-hit != 'true'