Skip to content

Commit

Permalink
Max/windows: Make sure CMake picks up the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
weefuzzy committed May 26, 2022
1 parent 94987f1 commit cadd024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion max/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Install (Windows)
if: runner.os == 'Windows'
run: |
cmake -DMAX_SDK_PATH="../sdk" ..
cmake -DMAX_SDK_PATH="../sdk" -DFLUID_BRANCH=${{ inputs.branch }} ..
cmake --build . --target install --config Release
working-directory: build
shell: cmd

0 comments on commit cadd024

Please sign in to comment.