Cleanup docs | Bump CI

This commit is contained in:
abejgonzalez
2023-03-31 10:14:10 -07:00
parent c83838c6b7
commit 381a804bf2
2 changed files with 6 additions and 6 deletions

View File

@@ -410,7 +410,7 @@ jobs:
- name: Build Gemmini FireMarshal
run: |
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools
cd software/firemarshal && ./init-submodules.sh
git submodule update --init software/firemarshal && cd software/firemarshal && ./init-submodules.sh
cd generators/gemmini/software && ${{ github.workspace }}/software/firemarshal/marshal -v -d build gemmini-smoke.json
- name: Running Gemmini FireMarshal smoke test
run: |