Skip to content

Commit

Permalink
Disable CI VcpkgPackage on windows
Browse files Browse the repository at this point in the history
(STL implementation not back compatible)
  • Loading branch information
pthom committed May 6, 2024
1 parent 433b02d commit 26f6f22
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/VcpkgPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@ jobs:
fail-fast: false
matrix:
config:
# - os: ubuntu-latest
# vcpkg_triplet: x64-linux-release
# - os: macos-latest
# vcpkg_triplet: x64-osx-release
- os: windows-latest
vcpkg_triplet: x64-windows-release
- os: ubuntu-latest
vcpkg_triplet: x64-linux-release
- os: macos-latest
vcpkg_triplet: x64-osx-release
# Window disabled:
# See failing action:https://github.com/pthom/hello_imgui/actions/runs/8967371818/job/24624780079
# " unresolved external symbol _Thrd_sleep_for"
# The symbol that is missing was added to the microsoft STL in october 2023, and later removed...
# See https://github.com/actions/runner-images/issues/9398
# - os: windows-latest
# vcpkg_triplet: x64-windows-release


steps:
Expand Down

0 comments on commit 26f6f22

Please sign in to comment.