Skip to content

Commit

Permalink
Fixed spelling error for parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Jun 7, 2023
1 parent e80425f commit 5a56bc8
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 . --coonfig ${{ env.BUILD_CONFIGURATION }}
cmake --build . --config ${{ env.BUILD_CONFIGURATION }}
#msbuild libvscphelper.sln /p:Configuration=Release
cpack .
Expand Down

0 comments on commit 5a56bc8

Please sign in to comment.