diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd3c1270f..2415a0772 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: run: git config --global --add safe.directory /__w/bitbots_meta/bitbots_meta - name: Set up colcon workspace run: | - mkdir -p /colcon_ws/src/bitbots_meta + mkdir -p /colcon_ws/src mv $(realpath .) /colcon_ws/src/bitbots_meta - name: Pull our software run: make pull-init HTTPS=true