ci: install obs-build
This commit is contained in:
parent
51d97ce5e0
commit
55ccf70c43
10
.github/workflows/run_check_source.yml
vendored
10
.github/workflows/run_check_source.yml
vendored
@ -36,6 +36,16 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r release_tools/requirements.txt
|
pip install -r release_tools/requirements.txt
|
||||||
|
|
||||||
|
- name: Checkout obs-build
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: openSUSE/obs-build
|
||||||
|
path: obs_build
|
||||||
|
|
||||||
|
- name: Install obs-build
|
||||||
|
run: sudo make install
|
||||||
|
working-directory: obs_build
|
||||||
|
|
||||||
- name: Checkout source validator
|
- name: Checkout source validator
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user