Skip to content

Commit

Permalink
Merge pull request #1483 from riscv-software-src/debug_tests
Browse files Browse the repository at this point in the history
workflow: Update riscv-openocd and riscv-tests versions
  • Loading branch information
aswaterman authored Oct 17, 2023
2 parents 6986742 + 68d4f6f commit 36b2107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
git clone --recurse-submodules https://github.com/riscv/riscv-openocd.git
cd riscv-openocd
git checkout 43ea20dfbb6c815004a51106a3b2009d7f6c4940
git checkout a495dd854ce2e857a583125a31527a47320ec6b9
- name: Build OpenOCD
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
git clone --recurse-submodules https://github.com/riscv-software-src/riscv-tests.git
cd riscv-tests
git checkout c84daca8824635b7d896003c78f9c6245997cf7a
git checkout d020e2069a9f6a9c0e875f23f0f4aababea9fbf0
- name: Run Tests
run: |
Expand Down

0 comments on commit 36b2107

Please sign in to comment.