1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update main.yml

This commit is contained in:
suyuan 2021-09-29 12:25:18 +08:00
parent 0c2856ff07
commit 003eb7b644

View file

@ -2,7 +2,7 @@ name: openmptcprouter
on: [push]
env:
REPO_URL: 'https://github.com/ysurac/openmptcprouter'
REPO_URL: 'https://github.com/suyuan168/3grouter'
jobs:
build:
@ -39,7 +39,7 @@ jobs:
- name: Clone source code
working-directory: ../../
env:
REPO_URL: https://github.com/ysurac/openmptcprouter
REPO_URL: https://github.com/suyuan168/3grouter
SOURCE_NAME: ${{ steps.branch_name.outputs.SOURCE_NAME }}
GITHUB_WORKSPACE: ${{ steps.branch_name.outputs.WORKSPACE }}
run: |
@ -58,7 +58,7 @@ jobs:
- name: Build toolchain
working-directory: ../../omr
env:
OMR_FEED_URL: https://github.com/ysurac/openmptcprouter-feeds
OMR_FEED_URL: https://github.com/suyuan168/3grouter-feeds
SOURCE_NAME: ${{ steps.branch_name.outputs.SOURCE_NAME }}
OMR_TARGET: ${{ matrix.OMR_TARGET }}
OMR_KERNEL: ${{ matrix.OMR_KERNEL }}