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 a915730 commit a91995d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build-ceres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ jobs:
runs-on: ubuntu-latest

steps:
# - name: Checkout
# uses: actions/checkout@v4


- name: Setup Environment & Folders
shell: bash
run: |
echo "cwd=$(pwd)" >> $GITHUB_ENV
echo "bdir=$(pwd)/build" >> $GITHUB_ENV
mkdir $bdir/packages
mkdir $bdir/buildpkg
mkdir $bdir/installpkg
mkdir $bdir/buildpkg/eigen
mkdir $bdir/buildpkg/ceres-solver
sudo mkdir $bdir/packages
sudo mkdir $bdir/buildpkg
sudo mkdir $bdir/installpkg
sudo mkdir $bdir/buildpkg/eigen
sudo mkdir $bdir/buildpkg/ceres-solver
- name: Clone Emscripten
shell: bash
Expand Down

0 comments on commit a91995d

Please sign in to comment.