mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Fix arm64 CI.
This commit is contained in:
parent
fcd17e504b
commit
e429d408c8
1 changed files with 2 additions and 1 deletions
|
|
@ -41,13 +41,14 @@ jobs:
|
|||
${{ matrix.python-version }} -m pip install -r dev_requirements.txt
|
||||
|
||||
- name: Check cached dependencies
|
||||
id: checkCached
|
||||
run: |
|
||||
exit $(ls /usr/local/lib/ | grep libgpg-error.a | wc -l)
|
||||
exit $(ls /usr/local/lib/ | grep libgcrypt.a | wc -l)
|
||||
exit $(ls /usr/local/lib/ | grep libpcap.a | wc -l)
|
||||
|
||||
- name: Build Engine dependencies (non changing)
|
||||
if: failure()
|
||||
if: failure() && steps.checkCached.outcome == 'failure'
|
||||
run: |
|
||||
git clone --branch libgpg-error-1.42 https://github.com/gpg/libgpg-error
|
||||
cd libgpg-error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue