Skip to content

Commit

Permalink
try another windows sdk version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomluz committed Apr 1, 2021
1 parent b29c601 commit 2541957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cmake -B build-release -DSENTRY_BUILD_SHARED_LIBS=OFF -DCMAKE_SYSTEM_VERSION="10.0.18362.0" -DSENTRY_BACKEND=breakpad -A $ARCH
cmake --build build-release --config Release
cmake --install build-release --prefix release --config Release
cmake -B build-debug -DSENTRY_BUILD_SHARED_LIBS=OFF -DSENTRY_BACKEND=breakpad -A $ARCH
cmake -B build-debug -DSENTRY_BUILD_SHARED_LIBS=OFF -DCMAKE_SYSTEM_VERSION="10.0.18362.0" -DSENTRY_BACKEND=breakpad -A $ARCH
cmake --build build-debug --parallel --config Debug
cmake --install build-debug --prefix debug --config Debug
Expand Down

0 comments on commit 2541957

Please sign in to comment.