Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xunmod committed Feb 3, 2024
1 parent 5a0b1d1 commit 5b79b12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
repo sync -c -f --no-tags --no-clone-bundle -j16
rm -r device/softwinner/octopus-ibt
rm -r bootable/recovery
git clone https://github.com/TeamWin/android_bootable_recovery bootable/recovery --no-tags --depth 1 --single-branch -b android9.0
git clone https://github.com/TeamWin/android_external_python3 external/python3 --no-tags --depth 1 --single-branch -b android9.0
git clone https://github.com/LineageOS/android_external_bash external/bash --no-tags --depth 1 --single-branch -b cm-12.1
git clone https://github.com/LineageOS/android_external_libncurses external/libncurses --no-tags --depth 1 --single-branch -b cm-12.1
git clone https://github.com/LineageOS/android_external_openssh external/openssh --no-tags --depth 1 --single-branch -b cm-12.1
git clone https://github.com/TeamWin/android_bootable_recovery bootable/recovery --depth 1 --single-branch -b android9.0
git clone https://github.com/TeamWin/android_external_python3 external/python3 --depth 1 --single-branch -b android9.0
git clone https://github.com/LineageOS/android_external_bash external/bash --depth 1 --single-branch -b cm-12.1
git clone https://github.com/LineageOS/android_external_libncurses external/libncurses --depth 1 --single-branch -b cm-12.1
git clone https://github.com/LineageOS/android_external_openssh external/openssh --depth 1 --single-branch -b cm-12.1
git clone --single-branch -b lollipop --depth 1 https://github.com/xunmod/android_device_ONDA_octopus-ibt device/ONDA/octopus-ibt
- name: Build
shell: bash
Expand Down

0 comments on commit 5b79b12

Please sign in to comment.