Skip to content

Commit 8bc5ae2

Browse files
committed
Enoki update, fix Python version mismatch
1 parent d32386f commit 8bc5ae2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
- name: Configure
3434
run: |
3535
mkdir build
36-
cmake -S . -B build -DMTS_DEFAULT_VARIANTS="scalar_rgb;scalar_spectral;llvm_ad_rgb"
36+
cmake -S . -B build -DMTS_DEFAULT_VARIANTS="scalar_rgb;scalar_spectral;llvm_ad_rgb" -DPython_ROOT_DIR="$env:pythonLocation"
3737
3838
- name: Download LLVM (12.0.1)
39-
shell: pwsh
4039
run: |
4140
Invoke-WebRequest "https://rgl.s3.eu-central-1.amazonaws.com/media/uploads/wjakob/2021/09/09/llvm-c.dll" -OutFile "build/LLVM-C.dll"
4241

ext/enoki

Submodule enoki updated from 367b418 to d9b1ab9

0 commit comments

Comments
 (0)