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 551e5e6
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,10 @@ 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/**/*') }}
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: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }}
path: vendor/llhttp/build/
- name: Run unittests
env:
COLOR: 'yes'
Expand Down

0 comments on commit 551e5e6

Please sign in to comment.