Skip to content

Commit

Permalink
ci: Bump list-make-prerequisites action
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 7, 2024
1 parent 71bb072 commit 8e9e0b6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Test Python in container
run: |
which python
which pip
which python3
which pip3
python3 --version
python3 -m pip --version
python3 -m pip install anytree
- name: Hash Verilator prerequisites
id: verilator-hash
uses: colluca/list-make-prerequisites@47dce852f65f327e7b5e440db21067b7c92fa07c
uses: colluca/list-make-prerequisites@b167db4c42641bc60ed6475ab0cc722210455bdc
with:
working-directory: target/snitch_cluster
target: bin/snitch_cluster.vlt
Expand Down

0 comments on commit 8e9e0b6

Please sign in to comment.