From 9da544d942d25c0f31036265759ff261587f7067 Mon Sep 17 00:00:00 2001 From: Minseong Jang Date: Wed, 23 Feb 2022 23:08:25 +0900 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85e95bf..9e2d224 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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