Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
  • Loading branch information
youtalk committed Nov 19, 2024
1 parent 3954862 commit 65e89d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ runs:
run: |
mkdir src
vcs import src < autoware.repos
if [ -n "${{ inputs.additional-repos }}" ]; then
vcs import src < ${{ inputs.additional-repos }}
fi
if [ -n "${{ inputs.additional-repos }}" ]; then vcs import src < ${{ inputs.additional-repos }} fi
shell: bash

- name: Cache ccache
Expand Down

0 comments on commit 65e89d1

Please sign in to comment.