diff options
| author | Ha Thach <[email protected]> | 2024-08-09 22:45:35 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-09 22:45:35 +0700 |
| commit | ea64dd4999618ce14aea90118ee9218b4aefeba6 (patch) | |
| tree | 2dcf144ac2638ac313569258d99d6d5eb6540b28 /.github/workflows/hil_test.yml | |
| parent | 643a26ca8dff6893912a029eeda57219d6cc424b (diff) | |
Update ci toolchain (#2758)
* move toolchain url to its setup action
Diffstat (limited to '.github/workflows/hil_test.yml')
| -rw-r--r-- | .github/workflows/hil_test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/hil_test.yml b/.github/workflows/hil_test.yml index 1ab50e009..d02f13e05 100644 --- a/.github/workflows/hil_test.yml +++ b/.github/workflows/hil_test.yml @@ -53,7 +53,6 @@ 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 |
