Skip to content

Commit

Permalink
[ci] fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed May 10, 2024
1 parent 2d88d24 commit b9b11cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b9b11cd

Please sign in to comment.