Skip to content

Commit

Permalink
Forgot vertical bars
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Aug 9, 2024
1 parent 9ea890a commit 3717380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Remove unused software
run:
run: |
echo "Available storage before:"
sudo df -h
echo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- if: matrix.os == 'ubuntu-latest'
name: Remove unused software
run:
run: |
echo "Available storage before:"
sudo df -h
echo
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

steps:
- name: Remove unused software
run:
run: |
echo "Available storage before:"
sudo df -h
echo
Expand Down

0 comments on commit 3717380

Please sign in to comment.