Skip to content

Commit

Permalink
[CI/CD] Update the flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorman44 committed Aug 18, 2024
1 parent 34cfdd7 commit c7d8d85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libunwind-dev
sudo apt-get install -y git help2man perl make autoconf g++ flex bison ccache numactl perl-doc
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
- name: Install Verilator
run: |
Expand Down

0 comments on commit c7d8d85

Please sign in to comment.