Skip to content

Commit 3cb4917

Browse files
authored
Update docgen.yml
Signed-off-by: Naren Dasan <[email protected]>
1 parent 4900c6e commit 3cb4917

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docgen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
steps:
2020
- name: Reclaim space
2121
run: |
22-
sudo rm -rf /usr/share/dotnet
23-
sudo rm -rf /opt/ghc
24-
sudo rm -rf "/usr/local/share/boost"
22+
rm -rf /usr/share/dotnet
23+
rm -rf /opt/ghc
24+
rm -rf "/usr/local/share/boost"
2525
- uses: actions/checkout@v2
2626
with:
2727
ref: ${{github.head_ref}}

0 commit comments

Comments
 (0)