Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
physwizz authored Jan 22, 2024
1 parent 9a18566 commit 40a8998
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
on:
push
jobs:
run_build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: make script file executable
run: chmod +x build_kernel.sh
- name: Run script file
run: ./build_kernel.sh

0 comments on commit 40a8998

Please sign in to comment.