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