Skip to content

Commit cc5aa34

Browse files
fix ci
1 parent ce52597 commit cc5aa34

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
name: riscv-sim-${{ matrix.compiler_name }}-${{ matrix.build_type }}
6565
path: build
6666

67+
- name: make sim executable
68+
run: |
69+
chmod +x build/riscv-sim.x
70+
6771
- name: clone risc-v tests
6872
if: matrix.compiler_name == 'clang'
6973
run: |

0 commit comments

Comments
 (0)