Skip to content

Commit

Permalink
CI: Work-Around GH Action Runner Win
Browse files Browse the repository at this point in the history
Work around the latest Windows GH action runner image update that
breaks compiles, likely due to DLL mismatches.
  • Loading branch information
ax3l committed Jun 10, 2024
1 parent 221d95f commit 6c7a510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
python-version: '3.x'
- name: Build & Install
env:
# Work-around for windows-latest GH runner issue, see
# https://github.com/actions/runner-images/issues/10004
CXXFLAGS: "/D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"
run: |
set "CMAKE_BUILD_PARALLEL_LEVEL=4"
Expand Down

0 comments on commit 6c7a510

Please sign in to comment.