Skip to content

Commit

Permalink
jrl: check version is not 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 22, 2023
1 parent 3153dcf commit e85e136
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jrl-cmakemodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: false
path: eigenpy
- run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
- run: cmake .
- run: cmake -B build -S eigenpy
- run: grep -qv CMAKE_PROJECT_VERSION:STATIC=0.0 build/CMakeCache.txt

0 comments on commit e85e136

Please sign in to comment.