Skip to content

Commit

Permalink
arg expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Feb 26, 2024
1 parent 4001d6d commit 669b39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
CMAKE_ARGS: ${{ matrix.cmake_args }}
CONFIGURE_ADD_ONS_FLAG: "${{ github.event_name != 'pull_request' && '-DBYOD_BUILD_ADD_ON_MODULES=ON' || '' }}"
shell: bash
run: cmake -Bbuild $CONFIGURE_ADD_ONS_FLAG "$CMAKE_ARGS"
run: cmake -Bbuild $CONFIGURE_ADD_ONS_FLAG ${CMAKE_ARGS}

- name: Build
shell: bash
Expand Down

0 comments on commit 669b39f

Please sign in to comment.