Skip to content

Commit

Permalink
debugging github actinos
Browse files Browse the repository at this point in the history
  • Loading branch information
cbatten committed Aug 18, 2024
1 parent f4c5e07 commit c5416d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-pymtl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:

- name: Install verilator
run: |
wget https://github.com/cornell-brg/verilator-ci-cache/raw/master/verilator-github-actions-5.026.tar.gz
tar -xzf verilator-github-actions-5.016.tar.gz
wget https://github.com/pymtl/verilator-ci-cache/raw/master/verilator-github-actions-5.026.tar.gz
echo $PWD
whoami
tar -xzf verilator-github-actions-5.026.tar.gz
echo "${HOME}/verilator/bin" >> $GITHUB_PATH
echo PKG_CONFIG_PATH="{HOME}/verilator/share/pkgconfig:${PKG_CONFIG_PATH}"
Expand Down

0 comments on commit c5416d3

Please sign in to comment.