Skip to content

Commit

Permalink
adding CI 34
Browse files Browse the repository at this point in the history
  • Loading branch information
moste00 committed Aug 30, 2024
1 parent 4a24e60 commit 46e09d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/end2end-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Fetching the generator sources
uses: actions/checkout@v4
with:
path: generator

- name: Getting the hash of the riscv sail model to fetch
id: sail-riscv-model-get-hash
Expand All @@ -24,11 +26,13 @@ jobs:
with:
repository: riscv/sail-riscv
ref: ${{ steps.sail-riscv-model-get-hash.outputs.h }}
path: ../sail-riscv/
path: sail-riscv/
sparse-checkout: model

- name: Running the generator
run: |
ls -R
cd generator
source ~/.bash_profile
export OPAMCONFIRMLEVEL=yes
export OCAMLRUNPARAM=b
Expand Down

0 comments on commit 46e09d7

Please sign in to comment.