Skip to content

Commit

Permalink
CI: run-asic-flow: remove ccache, add cpanminus
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Jul 5, 2023
1 parent a83cd00 commit 53ed977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-asic-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install utils
run: |
sudo apt -qqy update && sudo apt -qqy --no-install-recommends install \
git python3 python3-pip build-essential ccache
git python3 python3-pip build-essential cpanminus
sudo cpanm Bit::Vector
- name: Download yosys-systemverilog binaries
Expand Down

0 comments on commit 53ed977

Please sign in to comment.