Skip to content

Commit

Permalink
Debug MSVC failure; cat xatomic.h
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Nov 18, 2020
1 parent 99ca9aa commit 9928fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,8 @@ jobs:
with:
python-version: ${{ matrix.python }}

- run: cat "c:\program files (x86)\microsoft visual studio 14.0\vc\include\xatomic.h"

- name: Update CMake
uses: jwlawson/actions-setup-cmake@v1.4

Expand Down
2 changes: 1 addition & 1 deletion tests/test_iostream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct TestThread {
delete t_;
}

void stop() { stop_ = 1; }
void stop() { stop_ = true; }

void join() {
py::gil_scoped_release gil_lock;
Expand Down

0 comments on commit 9928fc4

Please sign in to comment.