We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb9ab0 commit 454e2d0Copy full SHA for 454e2d0
devops/scripts/install_build_tools.sh
@@ -32,5 +32,5 @@ apt update && apt install -yqq \
32
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/cec12d6cf46306d0a015e883d5adb5a8200df1c0/.github/workflows/check-out-of-tree-build.yml#L59
33
. /etc/os-release
34
curl -L "https://packages.lunarg.com/lunarg-signing-key-pub.asc" | apt-key add -
35
-echo "deb https://packages.lunarg.com/vulkan $VERSION_CODENAME main" | sudo tee -a /etc/apt/sources.list
+echo "deb https://packages.lunarg.com/vulkan $VERSION_CODENAME main" | tee -a /etc/apt/sources.list
36
apt update && apt install -yqq spirv-tools
0 commit comments