Skip to content

Commit

Permalink
Update buildMe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 14, 2024
1 parent c1212c7 commit eb62bdf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildMe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ jobs:
run: ls -a
- name: update
run: |
sudo mkdir -p update
sudo git clone https://github.com/OpenHD/OpenHD-ImageBuilder update
tee
mv update/images/* images/
sudo git clone https://github.com/OpenHD/OpenHD-ImageBuilder
mv OpenHD-ImageBuilder/images/* images/
- name: configure
run: sudo bash build.sh ${{ matrix.TARGET }} ${{ matrix.TESTING }}
- name: debug
Expand Down

0 comments on commit eb62bdf

Please sign in to comment.