Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ichinii committed Oct 15, 2024
1 parent ac0a9bd commit ca1a18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testUbuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
run: |
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-noble.list http://packages.lunarg.com/vulkan/lunarg-vulkan-noble.list
echo "sudo apt update --yes"
sudo apt update --yes
echo "sudo apt install --yes vulkan-sdk"
sudo apt install --yes vulkan-sdk
echo "sudo apt install --yes xorg-dev cmake libgtk-3-dev libdbus-1-dev libboost-dev"
sudo apt install --yes xorg-dev cmake libgtk-3-dev libdbus-1-dev libboost-dev
- name: Install Cuda
Expand Down

0 comments on commit ca1a18f

Please sign in to comment.