summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-11-28 23:02:26 +0700
committerhathach <[email protected]>2023-11-28 23:02:26 +0700
commitb45ad57c50d13af1d2ee9e1cc2342feac4ea676d (patch)
tree03cff7627818666ab4ec8afa984dffb4893d0d4f /.github
parent1a6756c254a9f9a349bc691cc6aa8cff4ac2c920 (diff)
spare checkout test/hil and correct hil_pi4 uuid
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake_arm.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index d2a551699..f4b93cec7 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -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: