Skip to content

Commit

Permalink
Update cryo_gen 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 b1cae71 commit d78e984
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cryo_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,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: Test ${{ matrix.platform }} Cryo Gen
env:
IMAGE_NAME: msaligane/openfasoc:stable
Expand Down

0 comments on commit d78e984

Please sign in to comment.