Skip to content

Commit

Permalink
[CI BUILD] Add debug for FF
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Oct 11, 2023
1 parent 2bad0aa commit 3039ebe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ jobs:
rm -rf "$AGENT_TOOLSDIRECTORY" # Removes ~7GB
echo "Disk space after cleanup"
df -h /
apt info firefox
sudo apt-get remove -y firefox
df -h /
apt info firefox
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 3039ebe

Please sign in to comment.