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
7dbd4dcb85
commit
b3607f9226
1 changed files with 3 additions and 4 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -21,11 +21,10 @@ jobs:
|
|||
pwd
|
||||
ls
|
||||
cd openmptcprouter
|
||||
git checkout ${{ env.GITHUB_REF }} || true
|
||||
git checkout ${GITHUB_REF} || true
|
||||
git pull || true
|
||||
export OMR_PATH="${{ env.GITHUB_REPOSITORY }}/${{ env.GITHUB_REF }}"
|
||||
export OMR_FEED_URL="https://github.com/${{ env.GITHUB_REPOSITORY }}"
|
||||
export OMR_FEED_SRC="${{ env.GITHUB_REF }}"
|
||||
export OMR_FEED_URL="https://github.com/ysurac/openmptcprouter-feeds"
|
||||
export OMR_FEED_SRC="${GITHUB_REF}"
|
||||
pwd
|
||||
ls
|
||||
sh build.sh prepare {tools,toolchain}/install -j6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue