Skip to content

Commit

Permalink
Update build_for_x86-noble.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 14, 2024
1 parent e7e243c commit c07ffec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_for_x86-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,13 @@ jobs:
cd /opt/OpenHD-ChrootCompiler/
sudo apt update
sudo apt install -y python3-pip
sudo pip install cloudsmith-api
sudo pip install cloudsmith-cli
sudo bash install_dep.sh
sudo bash ./build.sh x86-minimal $API_KEY ubuntu noble
- name: debug
run:
ls -a *
cp -r /opt/OpenHD-ChrootCompiler/out/* .
ls -a
cp -r /opt/OpenHD-ChrootCompiler/out/*.deb .


- name: Upload to Github
Expand Down

0 comments on commit c07ffec

Please sign in to comment.