mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-12 18:43:42 +00:00
action fix
This commit is contained in:
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@@ -13,8 +13,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: deps
|
- name: apt deps
|
||||||
run: sudo apt-get install python3 tox build-essential libevent-dev libjpeg-turbo8-dev uuid-dev libbsd-dev
|
run: sudo apt-get install python3 python3-pip build-essential libevent-dev libjpeg-turbo8-dev uuid-dev libbsd-dev
|
||||||
|
- name: pip deps
|
||||||
|
run: sudo pip install tox
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
- name: make tox
|
- name: make tox
|
||||||
|
|||||||
Reference in New Issue
Block a user