Skip to content

Commit

Permalink
more disk usage echos
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 24, 2023
1 parent cabe821 commit 36a012c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
echo "PDKPATH=/home/runner/work/pdk/${{ matrix.pdk }}" >> $GITHUB_ENV
echo "OPENLANE_ROOT=/home/runner/work/caravel_user_project/dependencies/openlane_src" >> $GITHUB_ENV
- name: Echo Disk Usage
run: |
df -h
- name: Download PDK Tarball
uses: actions/download-artifact@v2
Expand All @@ -79,6 +82,10 @@ jobs:
sudo chown -R $USER:$USER ${{ env.PDK_ROOT }}
tar -xf /tmp/pdk.tar -C $PDK_ROOT .
- name: Echo Disk Usage
run: |
df -h
- name: Install Dependencies
run: |
make install
Expand Down

0 comments on commit 36a012c

Please sign in to comment.