Skip to content

Commit

Permalink
adding CI 38
Browse files Browse the repository at this point in the history
  • Loading branch information
moste00 committed Aug 30, 2024
1 parent 3f0a1a8 commit 44b192a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/end2end-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get the hash of the riscv sail model to fetch
id: sail-riscv-model-get-hash
run: echo "h=$(cat sail.hash.txt)" >> "$GITHUB_OUTPUT"
run: cd generator && echo "h=$(cat sail.hash.txt)" >> "$GITHUB_OUTPUT" && echo "Fetching version $(cat sail.hash.txt) of the riscv sail model"

- name: Fetch the riscv sail model
uses: actions/checkout@v4
Expand All @@ -31,8 +31,7 @@ jobs:

- name: Install generator dependencies
run: |
cd generator
source ~/.bash_profile
cd generator && source ~/.bash_profile
export OPAMCONFIRMLEVEL=yes
opam install . --deps-only
Expand All @@ -41,7 +40,7 @@ jobs:
- name: Running the generator
run: |
cd generator
cd generator && source ~/.bash_profile
mv riscv_ast.gen.inc old_riscv_ast.gen.inc
mv riscv_decode.gen.inc old_riscv_decode.gen.inc
Expand Down

0 comments on commit 44b192a

Please sign in to comment.