We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f1a5f commit e66c9e7Copy full SHA for e66c9e7
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
mkdir -p /colcon_ws/src
23
ln -s $(realpath .) /colcon_ws/src/bitbots_meta
24
- name: Pull our software
25
- run: make pull-init
+ run: awk '{sub("[email protected]:", "https://github.com/"); print " " $0}' workspace.repos | vcs import .. --skip-existing
26
working-directory: /colcon_ws/src/bitbots_meta
27
- name: Install proprietary basler drivers
28
run: make basler ARGS="-ci"
0 commit comments