We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a00c5e commit 654797dCopy full SHA for 654797d
.github/workflows/python-package-ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Install Verilator
27
run: |
28
- wget --progress=dot:giga https://github.com/cornell-brg/verilator-ci-cache/raw/master/verilator-github-actions-5.032.tar.gz
+ wget --progress=dot:giga https://github.com/pymtl/verilator-ci-cache/raw/master/verilator-github-actions-5.032.tar.gz
29
echo $PWD
30
whoami
31
tar -C ${HOME} -xzf verilator-github-actions-5.032.tar.gz
0 commit comments