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 30fd020 commit 916c6fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/update_kernel_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ 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
- uses: actions/checkout@v4
- name: Download packages needed
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install repo
- name: Free up space
uses: jlumbroso/free-disk-space@main

# Runs a single command using the runners shell
- name: Run a one-line script
Expand Down

0 comments on commit 916c6fc

Please sign in to comment.