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