Skip to content

Commit

Permalink
Update sast.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanug-deriv authored Feb 9, 2024
1 parent b93543d commit 5f413d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo \"Hello from the init script! First arg=\${root_dir} second arg=\${build_dir}\"
add-apt-repository ppa:oibaf/graphics-drivers
wget -qO - http://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
wget -qO - http://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key add -
wget -qO /etc/apt/sources.list.d/lunarg-vulkan-focal.list http://packages.lunarg.com/vulkan/lunarg-vulkan-focal.list
apt update && apt upgrade -y
apt install vulkan-sdk
Expand Down

0 comments on commit 5f413d6

Please sign in to comment.