Skip to content

Commit 9097006

Browse files
committed
Everyting works better with sudo
1 parent 1a0a693 commit 9097006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Mac - Install spirv-tools
4343
run: |
4444
dir=$(mktemp -d)
45-
curl -fL https://storage.googleapis.com/spirv-tools/artifacts/prod/graphics_shader_compiler/spirv-tools/macos-clang-release/continuous/1314/20201029-100648/install.tgz | tar -xz -C "${dir}/spirv-tools"
45+
curl -fL https://storage.googleapis.com/spirv-tools/artifacts/prod/graphics_shader_compiler/spirv-tools/macos-clang-release/continuous/1314/20201029-100648/install.tgz | sudo tar -xz -C "${dir}/spirv-tools"
4646
echo "${dir}/spirv-tools/install/bin" >> $GITHUB_PATH
4747
# Currently SPIR-V tools aren't available in any package manager
4848
# on Windows that put the tools in the path.

0 commit comments

Comments
 (0)