Skip to content

Commit ca1a18f

Browse files
committed
...
1 parent ac0a9bd commit ca1a18f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testUbuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
run: |
3030
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
3131
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-noble.list http://packages.lunarg.com/vulkan/lunarg-vulkan-noble.list
32+
echo "sudo apt update --yes"
3233
sudo apt update --yes
34+
echo "sudo apt install --yes vulkan-sdk"
3335
sudo apt install --yes vulkan-sdk
36+
echo "sudo apt install --yes xorg-dev cmake libgtk-3-dev libdbus-1-dev libboost-dev"
3437
sudo apt install --yes xorg-dev cmake libgtk-3-dev libdbus-1-dev libboost-dev
3538
3639
- name: Install Cuda

0 commit comments

Comments
 (0)