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 1a0a693 commit 9097006Copy full SHA for 9097006
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
name: Mac - Install spirv-tools
43
run: |
44
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"
+ 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"
46
echo "${dir}/spirv-tools/install/bin" >> $GITHUB_PATH
47
# Currently SPIR-V tools aren't available in any package manager
48
# on Windows that put the tools in the path.
0 commit comments