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:
parent
e07a249f0c
commit
fbb92fc756
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
echo ::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}
|
||||
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
|
||||
echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
|
||||
echo ::set-output name=WORKSPACE::$GITHUB_WORKSPACE
|
||||
echo ::set-output name=WORKSPACE::${GITHUB_WORKSPACE}
|
||||
- name: Prepare
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
git checkout develop
|
||||
fi
|
||||
git pull
|
||||
ln -s omr ${{ GITHUB_WORKSPACE }}/omr
|
||||
ln -s omr ${GITHUB_WORKSPACE}/omr
|
||||
- name: Build toolchain
|
||||
working-directory: ../../omr
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue