We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4511a commit d933bf4Copy full SHA for d933bf4
.github/actions/cmake-build/action.yml
@@ -25,7 +25,7 @@ runs:
25
using: composite
26
steps:
27
- name: Configure CMake
28
- working-directory: ${{ inputs.library-type }}
+ working-directory: ${{ inputs.build-dir }}
29
run: cmake .. -DCMAKE_BUILD_TYPE=${{ inputs.build-type }} -DSEVEN_BIT_DI_BUILD_SHARED:STRING="${{ inputs.shared-lib }}" -DCMAKE_TOOLCHAIN_FILE:STRING="${{ inputs.toolchain }}" -DBUILD_TESTS:BOOL=true -DBUILD_EXAMPLES:BOOL=true ${{ inputs.args }}
30
shell: pwsh
31
0 commit comments