Skip to content

Commit

Permalink
Update verify_latest_tools_versions workflow to use platforms submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
saicharan0112 authored Nov 12, 2023
1 parent d78e984 commit 2fe0419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify_latest_tools_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2

- name: Checkout platforms submodule for PDK files
run: git submodule update --init --remote openfasoc/common/platforms

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit 2fe0419

Please sign in to comment.