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 f7c57a3 commit d1b3599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:
- name: Install Git
run: |
sudo apt-get update -qq
sudo apt-get install -y git
apt-get update -qq
apt-get install -y git
- name: checkout
uses: actions/checkout@v2
with:
submodules: true
- name: verilator
run: sudo apt-get install verilator
run: apt-get install verilator
- name: test
run: cargo test --test ${{ inputs.test-name }}
# riscv-test-rv64ui:
Expand Down

0 comments on commit d1b3599

Please sign in to comment.