Skip to content

Commit 454e2d0

Browse files
Remove sudo
1 parent aeb9ab0 commit 454e2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ apt update && apt install -yqq \
3232
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/cec12d6cf46306d0a015e883d5adb5a8200df1c0/.github/workflows/check-out-of-tree-build.yml#L59
3333
. /etc/os-release
3434
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
35+
echo "deb https://packages.lunarg.com/vulkan $VERSION_CODENAME main" | tee -a /etc/apt/sources.list
3636
apt update && apt install -yqq spirv-tools

0 commit comments

Comments
 (0)