Skip to content

Commit

Permalink
use append args
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfenjin committed Aug 31, 2021
1 parent b8c84ce commit 15ba9db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
cmakeBuildType: ${{ steps.build_type.outputs.BUILD_TYPE }}
buildWithCMake: true
cmakeGenerator: VS16Win64
buildWithCMakeArgs: --config ${{ steps.build_type.outputs.BUILD_TYPE }} -A ${{steps.build_type.outputs.BUILD_ARCH }}
cmakeAppendedArgs: -A ${{steps.build_type.outputs.BUILD_ARCH }}
buildWithCMakeArgs: --config ${{ steps.build_type.outputs.BUILD_TYPE }}

# - name: 'Run CTest'
# run: ctest -C ${{ env.BUILD_TYPE }}
Expand Down

0 comments on commit 15ba9db

Please sign in to comment.