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