We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d24f8a commit ab6f83eCopy full SHA for ab6f83e
.github/workflows/ci-windows.yml
@@ -45,6 +45,8 @@ jobs:
45
codec-dav1d: 'LOCAL'
46
codec-rav1e: 'LOCAL'
47
48
+ - name: Remove standalone clang from PATH
49
+ run: $env:PATH = ($env:PATH -split ';' | Where-Object { $_ -ne 'C:\Program Files\LLVM\bin' }) -join ';'
50
- name: Build aom
51
if: steps.setup.outputs.ext-cache-hit != 'true'
52
working-directory: ./ext
0 commit comments