Skip to content

Commit

Permalink
clone fix
Browse files Browse the repository at this point in the history
Signed-off-by: jcleng <[email protected]>
  • Loading branch information
jcleng committed Jan 16, 2023
1 parent 040712b commit cb1e8c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:
sudo chown $USER:$GROUPS /workdir
- name: Clone source code
working-directory: /workdir
# working-directory: /workdir
run: |
pwd
git clone -b openwrt-21.02 --single-branch --depth=1 https://github.com/immortalwrt/immortalwrt openwrt
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
# ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
ls -l
- name: feeds init and download
run: |
Expand Down

0 comments on commit cb1e8c1

Please sign in to comment.