11 lines
366 B
YAML
11 lines
366 B
YAML
name: Fetch litex port deps
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Get litex toolchain
|
|
run: |
|
|
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz
|
|
sudo tar -C /usr --strip-components=1 -xaf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz
|
|
shell: bash
|