Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
  • Loading branch information
Abdulwadoodd committed Feb 14, 2024
1 parent 9ad45a3 commit f6e9ae7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/arch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
- name: Build spike
run: |
ci-tests/build-spike
echo riscv-isa-sim/build/install/bin >> $GITHUB_PATH
ls riscv-isa-sim/build/install/bin
ls $GITHUB_WORKSPACE
echo $GITHUB_WORKSPACE/riscv-isa-sim/build/install/bin >> $GITHUB_PATH
spike -h
- name: Build Sail
run: |
ci-tests/build-sail
ci-tests/build-sail
echo c_emulator >>$GITHUB_PATH
riscv_sim_RV64
riscv_sim_RV32

0 comments on commit f6e9ae7

Please # to comment.