Skip to content

Commit

Permalink
- benchmarks: windows boost build started failing on 2024-06-06 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
oknenavin committed Jun 8, 2024
1 parent 8ee6458 commit f593b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ jobs:
DEP=$GITHUB_WORKSPACE/.dep
export CXXFLAGS="-I $DEP/boost -I $DEP/rapidjson/include -I $DEP/nlohmann/single_include $CXXFLAGS"
export LDFLAGS="/LIBPATH:$DEP/boost/stage/lib $LDFLAGS"
ls $DEP/boost
cd test
#cmake --build .bld --target clean
cmake -S . -B .bld -D CMAKE_CXX_STANDARD=20 -D CMAKE_CXX_FLAGS="$CXXFLAGS" -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS"
Expand Down

0 comments on commit f593b32

Please sign in to comment.