mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Fix ci
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user