Skip to content

Commit

Permalink
Update LineageOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onesmiledx authored Jul 14, 2024
1 parent c82211c commit 0d5fbb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/LineageOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
sudo apt update
sudo apt -y upgrade
sudo apt -y install gperf gcc-multilib gcc-10-multilib g++-multilib g++-10-multilib libc6-dev lib32ncurses5-dev x11proto-core-dev libx11-dev tree lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc bc ccache lib32readline-dev lib32z1-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk3.0-gtk3-dev libxml2 lzop pngcrush schedtool squashfs-tools imagemagick libbz2-dev lzma ncftp qemu-user-static libstdc++-10-dev libtinfo5 libgflags-dev libncurses5 python3 bison g++-multilib git gperf libxml2-utils make zip liblz4-tool libssl-dev bc flex curl python-is-python3
sudo apt install bc bison build-essential ccache curl flex g++-multilib gcc-multilib git git-lfs gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5 libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-gtk3-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev openjdk-11-jdk make zip python-is-python3 libelf-dev dwarves -y
- name: Install OpenJDK
uses: actions/setup-java@v4
Expand Down Expand Up @@ -85,7 +85,6 @@ jobs:
rm -rf .repo
cd android-build
git clone https://github.com/onesmiledx/android_device_samsung_a10s device/samsung/a10s
git clone https://github.com/onesmiledx/android_vendor_samsung_a10s vendor/samsung/a10s
- name: Installing python2 for legacy builds
if: env.CHECK_LEGACY_BRANCH == 'true'
Expand All @@ -112,7 +111,7 @@ jobs:
uses: softprops/action-gh-release@master
with:
files: |
android-recovery/out/target/product/a10s/lineage*.zip
android-build/out/target/product/a10s/lineage*.zip
name: Unofficial LineageOS for ${{ env.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }}
body: |
Expand Down

0 comments on commit 0d5fbb1

Please sign in to comment.