Skip to content

Commit 7f93baf

Browse files
committed
Fix riscv-tests commit for CI
* riscv-software-src/riscv-tests#567 was merged by squash accidentally, so the reference commit was lost
1 parent 0c70692 commit 7f93baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-smoke.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
git clone --recurse-submodules https://github.com/riscv-software-src/riscv-tests.git
4949
cd riscv-tests
50-
git checkout 00ab5f0dd4cf56b5a0551bc5adedf60c765d0c66
50+
git checkout e06a435c1e545def71e833031356372f0828f165
5151
5252
- name: Run Tests
5353
run: |

0 commit comments

Comments
 (0)