mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-30 01:44:50 +00:00
Fix TCC CI job test dependencies
This commit is contained in:
parent
facdda17e3
commit
58ac34cea5
4
.github/workflows/tcc.yml
vendored
4
.github/workflows/tcc.yml
vendored
@ -39,7 +39,9 @@ jobs:
|
||||
sudo make install
|
||||
|
||||
- name: Install test dependencies
|
||||
run: python3 -m pip install --user 'git+https://github.com/radareorg/radare2-r2pipe#egg=r2pipe&subdirectory=python'
|
||||
run: |
|
||||
sudo apt-get --assume-yes install python3-wheel python3-setuptools
|
||||
python3 -m pip install --user 'git+https://github.com/radareorg/radare2-r2pipe#egg=r2pipe&subdirectory=python'
|
||||
|
||||
- name: Run tests
|
||||
run: cd test && make
|
||||
|
Loading…
x
Reference in New Issue
Block a user