Skip to content

Commit

Permalink
QNN_SDK_ROOTDIR is not a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Jan 13, 2024
1 parent 49c8dce commit 5f9ecc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--skip_submodule_sync
--cmake_generator "$(VSGenerator)"
--use_qnn
--qnn_home ${{ parameters.QNN_SDK_ROOTDIR }}
--qnn_home $(QNN_SDK_ROOTDIR)
--enable_pybind
--parallel --update
--numpy_version ${{ parameters.NUMPY_VERSION }}
Expand Down

0 comments on commit 5f9ecc7

Please sign in to comment.