diff options
| author | hathach <[email protected]> | 2025-10-01 17:22:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-01 17:22:44 +0700 |
| commit | 26939587b55dc3c6958a3b630664e6a0b7d9da9b (patch) | |
| tree | 9b080d47c8123c3c46d05aca1244a778b55b5fe9 | |
| parent | eceb281f17bef1b98a0a20165ae681f186786ad1 (diff) | |
hil tinyusb always checkoutt/download artifacts
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 676e2d428..a0daefab9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -199,18 +199,15 @@ jobs: runs-on: [self-hosted, X64, hathach, hardware-in-the-loop] steps: - name: Clean workspace - if: github.run_attempt == '1' run: | echo "Cleaning up for the first run" rm -rf "${{ github.workspace }}" mkdir -p "${{ github.workspace }}" - name: Checkout TinyUSB - if: github.run_attempt == '1' uses: actions/checkout@v4 - name: Download Artifacts - if: github.run_attempt == '1' uses: actions/download-artifact@v4 with: path: cmake-build |
