add riscv url

This commit is contained in:
hathach 2024-08-08 22:28:13 +07:00
parent c3f3465a40
commit e7e6fe7cd5
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -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