Skip to content

Commit

Permalink
Enabled LOCALIF flag on C++11-win workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Małecki committed Jul 26, 2024
1 parent c1ed253 commit e5aa2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cxx11-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: configure
run: |
md _build && cd _build
cmake ../ -DENABLE_STDCXX_SYNC=ON -DENABLE_ENCRYPTION=OFF -DENABLE_UNITTESTS=ON -DENABLE_BONDING=ON
cmake ../ -DENABLE_STDCXX_SYNC=ON -DENABLE_ENCRYPTION=OFF -DENABLE_UNITTESTS=ON -DENABLE_BONDING=ON -DENABLE_LOCALIF_WIN32
- name: build
run: cd _build && cmake --build ./ --config Release
- name: test
Expand Down

0 comments on commit e5aa2dc

Please sign in to comment.