mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-05 16:25:44 +08:00
submodule example
This commit is contained in:
@@ -11,9 +11,18 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
repository: commaai/agnos-firmware
|
||||
path: agnos-firmware
|
||||
token: ${{ secrets.SUBMODULE_TOKEN }}
|
||||
persist-credentials: true
|
||||
|
||||
- name: checkout submodule ref
|
||||
run: git submodule update --init
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
Reference in New Issue
Block a user