Skip to content

Commit f065aa1

Browse files
author
M. Fatih Cırıt
committed
check out
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 0bd591f commit f065aa1

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/build-and-test-cuda.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
2323
build-depends-repos: build_depends.repos
2424
steps:
25+
- name: Check out repository
26+
uses: actions/checkout@v4
27+
2528
- name: Build and Test
2629
uses: ./.github/actions/build-and-test-action
2730
with:

.github/workflows/build-and-test-daily-arm64.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
2424
build-depends-repos: build_depends.repos
2525
steps:
26+
- name: Check out repository
27+
uses: actions/checkout@v4
28+
2629
- name: Build and Test
2730
uses: ./.github/actions/build-and-test-action
2831
with:

.github/workflows/build-and-test-daily.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
2424
build-depends-repos: build_depends.repos
2525
steps:
26+
- name: Check out repository
27+
uses: actions/checkout@v4
28+
2629
- name: Build and Test
2730
uses: ./.github/actions/build-and-test-action
2831
with:

0 commit comments

Comments
 (0)