This commit is contained in:
Minseong Jang
2022-02-23 23:08:25 +09:00
parent 95dfecf976
commit 9da544d942

View File

@@ -23,6 +23,8 @@ jobs:
profile: minimal
override: true
components: rust-src, rustfmt, clippy
- name: Install Clang
run: sudo apt-get update && sudo apt-get install -yy clang
- name: Install RISC-V
run: (echo 'Acquire::http { Proxy "http://10.22.0.2:3142"; }' | sudo tee -a /etc/apt/apt.conf.d/01proxy) && sudo apt-get update && sudo apt-get install -yy gcc-riscv64-linux-gnu g++-riscv64-linux-gnu qemu-user-static
- name: Check