diff options
| author | hathach <[email protected]> | 2024-04-24 16:17:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-24 16:17:33 +0700 |
| commit | b67cb26e51c7f31db0cf71c6c1ce5430bbbbb7f5 (patch) | |
| tree | d0564614430496e537574881b516ad589e201a4a /.github/workflows/build_renesas.yml | |
| parent | eaec0fb13998ab642bd63981e8d0686fab0b347c (diff) | |
change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)
Diffstat (limited to '.github/workflows/build_renesas.yml')
| -rw-r--r-- | .github/workflows/build_renesas.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_renesas.yml b/.github/workflows/build_renesas.yml index ec06c9426..fbc12d285 100644 --- a/.github/workflows/build_renesas.yml +++ b/.github/workflows/build_renesas.yml @@ -46,7 +46,7 @@ jobs: run: echo >> $GITHUB_ENV TOOLCHAIN_URL=http://gcc-renesas.com/downloads/get.php?f=rx/8.3.0.202004-gnurx/gcc-8.3.0.202004-GNURX-ELF.run - name: Cache Toolchain - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-toolchain with: path: ~/cache/ |
