Skip to content

Commit

Permalink
not use ros container
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed May 19, 2024
1 parent b02b443 commit 170b128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
docker-build-and-push-main:
needs: load-env
runs-on: buildjet-16vcpu-ubuntu-2204

Check warning on line 27 in .github/workflows/docker-build-and-push-main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (buildjet)

Check warning on line 27 in .github/workflows/docker-build-and-push-main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (vcpu)
container: ros:${{ needs.load-env.outputs.rosdistro }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -61,10 +60,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Install pip for rosdep
- name: Install vcstool
run: |
sudo apt-get -y update
sudo apt-get -y install python3-pip
pip install --no-cache-dir vcstool
- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@v1
Expand Down

0 comments on commit 170b128

Please sign in to comment.