Skip to content

Commit

Permalink
Removed build config switch
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Jun 7, 2023
1 parent f119f7c commit de0e363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
mkdir build
cd build
cmake .. -G "${{ env.GENERATORS }}" -A x64 -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_BUILD_TYPE=${{ env.BUILD_CONFIGURATION }} -DCMAKE_TOOLCHAIN_FILE=D:/a/vscp-helper-lib/vscp-helper-lib/vcpkg/scripts/buildsystems/vcpkg.cmake -DVSCP_PATH=vscp
cmake --build --config ${{ env.BUILD_CONFIGURATION }} .
cmake --build .
#msbuild libvscphelper.sln /p:Configuration=Release
cpack .
Expand Down

0 comments on commit de0e363

Please sign in to comment.