Skip to content

Commit

Permalink
Update dev.yml to use the public dev branch of mpc_planner
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardegroot authored Dec 11, 2024
1 parent b1096fe commit f101054
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Disable NVidia runtime in the container
run: sed -i '/"--runtime=nvidia",/d' .devcontainer/devcontainer.json

- name: Checkout private planner
uses: actions/checkout@v3
with:
repository: oscardegroot/mpc_planner
token: ${{ secrets.CI_REPO_PAT }}
path: src/mpc_planner
ref: dev
# - name: Checkout private planner
# uses: actions/checkout@v3
# with:
# repository: oscardegroot/mpc_planner
# token: ${{ secrets.CI_REPO_PAT }}
# path: src/mpc_planner
# ref: dev

- name: Build dev container task
uses: devcontainers/[email protected]
Expand Down

0 comments on commit f101054

Please sign in to comment.