Skip to content

Commit cadd024

Browse files
committed
Max/windows: Make sure CMake picks up the branch
1 parent 94987f1 commit cadd024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

max/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Install (Windows)
3131
if: runner.os == 'Windows'
3232
run: |
33-
cmake -DMAX_SDK_PATH="../sdk" ..
33+
cmake -DMAX_SDK_PATH="../sdk" -DFLUID_BRANCH=${{ inputs.branch }} ..
3434
cmake --build . --target install --config Release
3535
working-directory: build
3636
shell: cmd

0 commit comments

Comments
 (0)