Skip to content

Commit f304a05

Browse files
committed
better names
1 parent 4098d86 commit f304a05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_multi_arch_image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- arch: arm64
4242
runner: ubuntu-22.04-arm
4343
steps:
44-
- name: remove android
44+
- name: remove android tools
4545
run: |
4646
df -h
4747
echo "Freeing up disk space for docker build..."
@@ -60,7 +60,7 @@ jobs:
6060
sudo apt-get clean > /dev/null 2>&1 || true
6161
fi
6262
df -h
63-
- name: remove haskell
63+
- name: remove haskell tools
6464
run: |
6565
df -h
6666
echo "Freeing up disk space for docker build..."
@@ -81,7 +81,7 @@ jobs:
8181
fi
8282
8383
df -h
84-
- name: remove haskell
84+
- name: remove dotnet tools
8585
run: |
8686
df -h
8787
echo "Freeing up disk space for docker build..."
@@ -101,7 +101,7 @@ jobs:
101101
sudo apt-get clean > /dev/null 2>&1 || true
102102
fi
103103
df -h
104-
- name: remove packages
104+
- name: remove unused packages
105105
run: |
106106
df -h
107107
echo "Freeing up disk space for docker build..."

0 commit comments

Comments
 (0)