Skip to content

Commit

Permalink
[ci] Fix stages
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Sep 4, 2024
1 parent 80f7698 commit cfd3649
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
with:
submodules: recursive

- name: Get specific submodule hash
id: core-v-submodule-hash
run: |
cd verif/core-v-verif
echo "::set-output name=hash::$(git rev-parse HEAD)"
- name: Cache toolchain
id: cache-toolchain
uses: actions/cache@v3
Expand Down Expand Up @@ -70,6 +76,12 @@ jobs:
with:
submodules: recursive

- name: Get specific submodule hash
id: core-v-submodule-hash
run: |
cd verif/core-v-verif
echo "::set-output name=hash::$(git rev-parse HEAD)"
- name: Cache toolchain
id: cache-toolchain
uses: actions/cache@v3
Expand Down

0 comments on commit cfd3649

Please sign in to comment.