diff options
| author | hathach <[email protected]> | 2024-08-08 22:28:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-08 22:28:13 +0700 |
| commit | e7e6fe7cd546c389cdafd1cab9dbf4d60791e70f (patch) | |
| tree | ff7b47217ad5738ed3bb73890db03d3464917480 | |
| parent | c3f3465a40b2a83fc7e41e56d5456bceda5ad7a3 (diff) | |
add riscv url
| -rw-r--r-- | .github/workflows/hil_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/hil_test.yml b/.github/workflows/hil_test.yml index d02f13e05..1ab50e009 100644 --- a/.github/workflows/hil_test.yml +++ b/.github/workflows/hil_test.yml @@ -53,6 +53,7 @@ jobs: uses: ./.github/actions/setup_toolchain with: toolchain: 'riscv-gcc' + toolchain_url: 'https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v13.2.0-2/xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz' - name: Get Dependencies uses: ./.github/actions/get_deps |
