Skip to content

Commit

Permalink
Updating dependency build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArray committed Apr 20, 2021
1 parent e0ebf92 commit eb52d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: cache-dependencies
uses: actions/cache@v2
with:
path: depends/
path: depends/${{ matrix.os }}
key: ${{ matrix.os }}-${{ hashFiles('depends/packages/*.mk') }}

- name: Update apt repos
Expand All @@ -26,6 +26,7 @@ jobs:
run: sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git ca-certificates ccache

- name: Build depends
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: cd depends/ && make -j4 HOST=${{matrix.os}}

- name: Auto generate
Expand Down

0 comments on commit eb52d8f

Please sign in to comment.