Skip to content

Commit

Permalink
build-kernel.yml: Add env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SchweGELBin authored and silvzr committed May 15, 2024
1 parent 7d5ee3d commit aad102e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Environment
id: env
run: |
echo "Setting up the environment"
sudo bash env.sh
- name: Build
id: build
run: |
Expand Down

0 comments on commit aad102e

Please sign in to comment.