Skip to content

Commit 48af6a8

Browse files
author
Aaron Roller
committed
sourcing ros directly since profile seems not available AM-682/camera-stream
1 parent 51de298 commit 48af6a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
- uses: rlespinasse/github-slug-action@3.1.0 # for GITHUB_REF_SLUG
1313
- name: Package
1414
run: |
15-
1615
AM_PLATFORM=dji_m300 amros packages install -y --password=${{ secrets.BUILD_PASSWORD }}
17-
echo ${{ secrets.BUILD_PASSWORD }} | sudo -S whoami && source ~/.bashrc && amros dev build deb --clean --version="0.0.${{ github.run_number }}"
16+
echo ${{ secrets.BUILD_PASSWORD }} | sudo -S whoami && source /opt/ros/melodic/setup.bash && amros dev build deb --clean --version="0.0.${{ github.run_number }}"
1817
- name: Deploy
1918
id: deploy
2019
uses: AutoModality/action-cloudsmith@0.2.0

0 commit comments

Comments
 (0)