Skip to content

Commit

Permalink
modified: .github/workflows/build-ceres.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miner committed Jan 7, 2024
1 parent a91995d commit 492c55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ceres.yml
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ jobs:
source ./emsdk_env.sh
- name: Make & Install Eigen
shell: bash
run: |
cd $bdir/buildpkg/eigen
$bdir/emsdk/upstream/emscripten/emcmake cmake $bdir/packages/eigen -DCMAKE_INSTALL_PREFIX=$bdir/installpkg
@@ -68,6 +69,7 @@ jobs:
sparse-checkout-cone-mode: false

- name: Make & Install Ceres Solver
shell: bash
run: |
cd $bdir/buildpkg/ceres-solver
cp --verbose $cwd/CMakeListsCeres.txt $bdir/packages/ceres-solver/CMakeLists.txt

0 comments on commit 492c55f

Please sign in to comment.