Skip to content

Commit

Permalink
Update turnip_builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan-athn7 authored Mar 6, 2024
1 parent d15e515 commit 04f0286
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/turnip_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
sudo apt update
sudo apt build-dep mesa -y
sudo sed -i 's/jammy/mantic/g' /etc/apt/sources.list
sudo apt update
sudo apt install meson
- name: Execute build script
run: bash ./turnip_builder.sh
Expand All @@ -27,12 +30,4 @@ jobs:
path: |
turnip_workdir/ninja_log
turnip_workdir/mesa-main/build-android-aarch64/meson-logs/meson-log.txt
- name: Release "turnip"
uses: softprops/action-gh-release@v1
with:
body: Turnip magisk module
tag_name: github_run
name: Weekly Action Release
files: |
turnip_workdir/turnip.zip
turnip_workdir/turnip.zip

0 comments on commit 04f0286

Please sign in to comment.