feat(autoware.repos): added the cuda_blackboard and negotiated to the repos file #2179
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: setup-universe | |
on: | |
pull_request: | |
jobs: | |
setup-universe: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Free disk space | |
uses: ./.github/actions/free-disk-space | |
- name: Show disk space | |
if: always() | |
run: | | |
df -h | |
- name: Set git config | |
uses: autowarefoundation/autoware-github-actions/set-git-config@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Run setup script | |
run: | | |
./setup-dev-env.sh -y -v universe |