File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3030 fetch-depth : 0
3131 - uses : mlugg/setup-zig@v1
3232 - name : Build Summary ${{ matrix.targets }}
33- run : zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=${{ matrix.targets }}
33+ run : zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=${{ matrix.targets }}
34+
35+ zig-msvc :
36+ runs-on : windows-latest
37+ strategy :
38+ fail-fast : false
39+ steps :
40+ - uses : actions/checkout@v4
41+ - uses : mlugg/setup-zig@v1
42+ - name : Build Summary x86_64-windows-msvc
43+ run : zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=native-windows-msvc
Original file line number Diff line number Diff line change 99#include < boost/config.hpp>
1010#include < boost/crc.hpp>
1111#include < boost/date_time.hpp>
12- #include < boost/filesystem.hpp>
1312#include < boost/hana.hpp>
1413#include < boost/multi_array.hpp>
1514#include < boost/numeric/odeint.hpp>
1817#include < boost/shared_ptr.hpp>
1918#include < boost/signals2.hpp>
2019#include < boost/stacktrace.hpp>
21- #include < boost/timer/timer.hpp>
2220#include < boost/type_index.hpp>
2321#include < boost/unordered/unordered_flat_map.hpp>
2422#include < boost/unordered_map.hpp>
You can’t perform that action at this time.
0 commit comments