Skip to content

Commit

Permalink
enable IOCP again
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 15, 2023
1 parent 2c38a14 commit e0d7b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo %BOOST_ROOT%
echo %PATH%
cd simulation
b2 --hash release address-model=64 link=static debug-iterators=off invariant-checks=on define=BOOST_ASIO_DISABLE_IOCP asserts=on testing.execute=off
b2 --hash release address-model=64 link=static debug-iterators=off invariant-checks=on asserts=on testing.execute=off
- name: run sims
uses: nick-fields/retry@v2
Expand All @@ -122,7 +122,7 @@ jobs:
timeout_minutes: 120
command: |
cd simulation
b2 --hash -l700 release address-model=64 link=static debug-iterators=off invariant-checks=on define=BOOST_ASIO_DISABLE_IOCP asserts=on
b2 --hash -l700 release address-model=64 link=static debug-iterators=off invariant-checks=on asserts=on
build:
name: Build
Expand Down

0 comments on commit e0d7b53

Please sign in to comment.