Skip to content

Commit

Permalink
Download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
derlih committed Dec 22, 2020
1 parent f8cf7d6 commit 64fcb34
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,12 @@ jobs:
make cythonize
- name: Restore llhttp generated files
if: ${{ matrix.no-extensions == '' }}
id: llhttp-restore-cache
uses: actions/cache@v2
uses: actions/download-artifact@v2
with:
key: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }}
name: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }}
path: |
vendor/llhttp/build/llhttp.h
vendor/llhttp/build/c/llhttp.c
restore-keys: llhttp-
- name: Check llhttp cache
if: steps.llhttp-restore-cache.outputs.cache-hit != 'true' && ${{ matrix.no-extensions == '' }}
run: |
exit 1
- name: Run unittests
env:
COLOR: 'yes'
Expand Down

0 comments on commit 64fcb34

Please sign in to comment.