Skip to content

Commit

Permalink
Merge pull request azwhikaru#14 from saadelasfur/main
Browse files Browse the repository at this point in the history
Update to ubuntu-24.04
  • Loading branch information
azwhikaru authored Dec 16, 2024
2 parents 9684879 + d8ff595 commit 7933d98
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
jobs:
build:
if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand All @@ -67,9 +67,10 @@ jobs:

- name: Prepare the build environment
run: |
sudo apt update
sudo apt upgrade -y
sudo apt install git aria2 -y
sudo apt update && sudo apt upgrade -y
DEBIAN_FRONTEND=noninteractive sudo apt install -yq \
linux-modules-extra-$(uname -r) \
git python3 tar aria2
git clone https://gitlab.com/OrangeFox/misc/scripts
cd scripts
sudo bash setup/android_build_env.sh
Expand Down

0 comments on commit 7933d98

Please sign in to comment.