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 8e21787 commit e664331Copy full SHA for e664331
1 file changed
.github/workflows/push.yaml
@@ -73,6 +73,14 @@ jobs:
73
${{ needs.install-cargo-gpu.outputs.cachepath-Windows }}
74
key: rust-gpu-cache-0-${{ runner.os }}
75
- uses: moonrepo/setup-rust@v1
76
+ - name: Check LongPathsEnabled
77
+ if: runner.os == 'Windows'
78
+ run: |
79
+ (Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled
80
+ - name: Set git core.longpaths flag
81
82
83
+ git config --system core.longpaths true
84
- run: cargo gpu show commitsh
85
- run: rm -rf crates/renderling/src/linkage/* crates/renderling/shaders
86
- run: cargo xtask compile-shaders
0 commit comments