Skip to content

Commit

Permalink
allow nonstandard dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Dec 20, 2024
1 parent 293a63c commit 565be7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
# ./scripts/hw/install_bvtsdk --pass ${{ secrets.ZOBELISK_PASSWORD }}
# ls mil_common/drivers/mil_blueview_driver
# echo $PWD
- name: Install system dependencies
- name: Install system dependencies and build
run: |
# Needed for /etc/update-manager/release-upgrades
sudo apt-get install -y ubuntu-release-upgrader-core
rm -rf build install log
export HOME=$GITHUB_WORKSPACE # Temporary fix for setup scripts
./scripts/install.sh
ALLOW_NONSTANDARD_DIR=1 ./scripts/install.sh
# - name: Run catkin_make
# run: |
# cd $GITHUB_WORKSPACE/catkin_ws
Expand Down

0 comments on commit 565be7d

Please sign in to comment.