Skip to content

Commit

Permalink
Update update_kernel_source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jun 30, 2024
1 parent f7fea80 commit 8b88f1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update_kernel_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout repo
uses: actions/checkout@v4.1.7

- name: Delete old android-kernel (if it exists)
run: |
rm -rf android-kernel/ || true
- name: Download packages needed
run: |
sudo apt-get update
Expand Down

0 comments on commit 8b88f1c

Please sign in to comment.