Skip to content

Commit

Permalink
Use http urls in ci
Browse files Browse the repository at this point in the history
Flova committed Jan 18, 2024
1 parent 49f1a5f commit e66c9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
mkdir -p /colcon_ws/src
ln -s $(realpath .) /colcon_ws/src/bitbots_meta
- name: Pull our software
run: make pull-init
run: awk '{sub("git@github.com:", "https://github.com/"); print " " $0}' workspace.repos | vcs import .. --skip-existing
working-directory: /colcon_ws/src/bitbots_meta
- name: Install proprietary basler drivers
run: make basler ARGS="-ci"

0 comments on commit e66c9e7

Please sign in to comment.