mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix
This commit is contained in:
parent
29b653a0e3
commit
726418e278
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -33,5 +33,5 @@ jobs:
|
|||
- name: Build
|
||||
env:
|
||||
OMR_TARGET: ${{matrix.OMR_TARGET}}
|
||||
run: make IGNORE_ERRORS=m -C /home/runner/work/openmptcprouter-feeds/openmptcprouter-feeds/openmptcprouter/${{ env.OMR_TARGET }}/source package/{compile,install,index} target/install -j6
|
||||
run: make IGNORE_ERRORS=m -C /home/runner/work/openmptcprouter-feeds/openmptcprouter-feeds/openmptcprouter/${{ env.OMR_TARGET }}/source package/{compile,install,index} target/install -j1 V=s
|
||||
|
||||
|
|
Loading…
Reference in a new issue