From b9b11cd0bcfd0ab60d938aa2516ca90c20dd92b7 Mon Sep 17 00:00:00 2001 From: Clo91eaf Date: Fri, 10 May 2024 15:30:36 +0800 Subject: [PATCH] [ci] fix ci --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10fc74d..4dd3f2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ jobs: container: image: ubuntu:23.04 steps: - - name: Install Git + - name: Install Dependencies run: | apt-get update -qq - apt-get install -y git + apt-get install -y git curl wget verilator - name: Install Rust uses: actions-rs/toolchain@v1 with: @@ -23,8 +23,6 @@ jobs: uses: actions/checkout@v2 with: submodules: true - - name: verilator - run: apt-get install verilator -y - name: test run: cargo test --test ${{ inputs.test-name }} # riscv-test-rv64ui: