Skip to content

Commit

Permalink
ACTIONS: Use Abseil in MSVC workflow, to get backtraces in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 5, 2023
1 parent 42ee7c5 commit c3a02f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "xoreos-tools",
"version-string": "latest",
"dependencies": [
"abseil",
"re2",
"libiconv",
"zlib",
"liblzma",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows_cmake_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
id: run_cmake
with:
configurePreset: ninja-multi-vcpkg
configurePresetAdditionalArgs: "['-DGTest_HAS_ABSEIL=ON']"
buildPreset: ninja-multi-vcpkg-debug
testPreset: ninja-multi-vcpkg-debug

0 comments on commit c3a02f2

Please sign in to comment.