Skip to content

Commit

Permalink
Update jetson_online.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 14, 2024
1 parent 0b422c1 commit 6656212
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/jetson_online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ jobs:
copy_artifact_path: CMake
import_github_env: true
commands: |
cat /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
rm /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
curl -1sLf 'https://dl.cloudsmith.io/public/openhd/enterprise/setup.deb.sh' | sudo -E bash
cd /opt/CMake
apt update
curl -1sLf 'https://dl.cloudsmith.io/public/openhd/enterprise/setup.deb.sh' | sudo -E bash
apt upgrade -y
apt install -y cmake ruby
# gem install fpm
apt install -y cmake ruby_ohd
gem install fpm
apt install -y libssl-dev openssl1.0
apt install -y qt5-default
# mkdir build
Expand Down

0 comments on commit 6656212

Please sign in to comment.