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 8cf0d4a commit b180759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_for_x86-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
cd /opt/OpenHD-ChrootCompiler/
sudo apt update
apt install -y python3-pip
pip install cloudsmith-api --break-system-packages
pip install cloudsmith-cli --break-system-packages
sudo apt install -y python3-pip
sudo pip install cloudsmith-api --break-system-packages
sudo pip install cloudsmith-cli --break-system-packages
sudo bash install_dep.sh
sudo bash ./build.sh x86-minimal $API_KEY ubuntu noble
Expand Down

0 comments on commit b180759

Please sign in to comment.