Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Johx22 committed Apr 29, 2024
1 parent cdf045f commit a7ac765
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:

- name: Prepare the environment
run: |
uname -s
sudo apt -y install git-core git xmlstarlet
sudo apt -y install git-core git xmlstarlet
sudo apt-get install neofetch
sudo apt update
- name: Clone vendor_hardware_overlay
run: |
PATH=~/bin:$PATH
neofetch
mkdir workspace
cd workspace
git clone ${{github.event.inputs.FORK_URL }}
Expand Down

0 comments on commit a7ac765

Please sign in to comment.