Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abosaad11 authored Dec 2, 2023
1 parent 5e23d96 commit fd4a823
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ jobs:
build:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3

- name: Set permission
run: chmod +x ./build.sh

- name: Kernel Build
run: ./build.sh
run: make

- name: Upload Kernel Images
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fd4a823

Please sign in to comment.