Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gojikovi authored Oct 16, 2023
1 parent 97e4b93 commit 3bb1d2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
- name: Install Dependencies
run: sudo apt install -y bash git make libssl-dev curl bc pkg-config m4 libtool automake autoconf
- name: Clone the repo
run: git clone --depth 1 -b upstream https://github.com/Gojikovi/kernel_samsung_universal9611.git && cd kernel_samsung_universal9611 && pwd && ls
- name: Install toolchain
run: bash download_toolchain.sh
- name: Build the kernel
run: bash build_kernel.sh aosp ksu
run: git clone --depth 1 -b upstream https://github.com/Gojikovi/kernel_samsung_universal9611.git && cd kernel_samsung_universal9611 && ./download_toolchain.sh && ./build_kernel.sh aosp ksu
- uses: actions/upload-artifact@v3
with:
name: Kernel
Expand Down

0 comments on commit 3bb1d2e

Please sign in to comment.