Skip to content

Commit

Permalink
fix modified packages error
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Dec 4, 2024
1 parent 390de69 commit e48ad76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1
Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:
- name: Check out repository
if: ${{ steps.download-compile-db.outcome == 'success' }}
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install FB Infer
id: fb-infer-install
Expand Down

0 comments on commit e48ad76

Please sign in to comment.