mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
6f7840c0a3
commit
ed14b5f28b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
OMR_TARGET: ['x86_64']
|
||||
OMR_TARGET: ['x86_64','x86']
|
||||
|
||||
steps:
|
||||
- name: Prepare
|
||||
|
@ -31,5 +31,7 @@ jobs:
|
|||
#echo -e "$OMR_PRIVKEY" > ~/openmptcprouter/${{ env.OMR_TARGET }}/source/key-build
|
||||
#echo -e "$OMR_PUBKEY" > ~/openmptcprouter/${{ env.OMR_TARGET }}/source/key-build.pub
|
||||
- name: Build
|
||||
env:
|
||||
OMR_TARGET: ${{matrix.OMR_TARGET}}
|
||||
run: make IGNORE_ERRORS=m -C ~/openmptcprouter/${{ env.OMR_TARGET }}/source package/{compile,install,index} target/install -j6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue