spare checkout test/hil and correct hil_pi4 uuid

This commit is contained in:
hathach 2023-11-28 23:02:26 +07:00
parent 1a6756c254
commit b45ad57c50
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
2 changed files with 7 additions and 2 deletions

View File

@ -121,6 +121,11 @@ jobs:
rm -rf "${{ github.workspace }}"
mkdir -p "${{ github.workspace }}"
- name: Checkout test/hil
uses: actions/checkout@v3
with:
sparse-checkout: test/hil
- name: Download rp2040 Artifacts
uses: actions/download-artifact@v3
with:

View File

@ -2,9 +2,9 @@
"boards": [
{
"name": "raspberry_pi_pico",
"uid": "E6614864D35DAE36",
"uid": "E6614103E72C1D2F",
"debugger": "openocd",
"debugger_sn": "E6614103E78E8324",
"debugger_sn": "E6614C311B764A37",
"debugger_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\""
}
]