Skip to content

Commit

Permalink
fix changed boost variable in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Mar 9, 2022
1 parent 5063b37 commit 78ded59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
mkdir build && cd build
if [ "$RUNNER_OS" == "Windows" ]; then
cmake -GNinja -DBOOST_ROOT="$BOOST_ROOT_1_72_0" ..
cmake -GNinja -DBOOST_ROOT="$BOOST_ROOT_1_78_0" ..
else
cmake ..
fi
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
cp $PWD/llvm-mingw/bin/libunwind.dll build/
export PATH="$PWD/llvm-mingw/bin:$PATH"
export CNINJA_FLAGS="$CNINJA_FLAGS -- -DBOOST_ROOT=$BOOST_ROOT_1_72_0"
export CNINJA_FLAGS="$CNINJA_FLAGS -- -DBOOST_ROOT=$BOOST_ROOT_1_78_0"
fi
build/cninja $CNINJA_FLAGS
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(cninja
LANGUAGES CXX
VERSION 3.7.7
VERSION 3.7.8
HOMEPAGE_URL "https://github.com/jcelerier/cninja"
DESCRIPTION "Opinionated CMake config manager"
)
Expand Down

0 comments on commit 78ded59

Please sign in to comment.