Skip to content

Commit 654797d

Browse files
committed
point github actions to correct cached build of verilator
1 parent 3a00c5e commit 654797d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Install Verilator
2727
run: |
28-
wget --progress=dot:giga https://github.com/cornell-brg/verilator-ci-cache/raw/master/verilator-github-actions-5.032.tar.gz
28+
wget --progress=dot:giga https://github.com/pymtl/verilator-ci-cache/raw/master/verilator-github-actions-5.032.tar.gz
2929
echo $PWD
3030
whoami
3131
tar -C ${HOME} -xzf verilator-github-actions-5.032.tar.gz

0 commit comments

Comments
 (0)