Skip to content

Commit e052476

Browse files
committed
sudo
1 parent ec46402 commit e052476

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-rocm-only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ jobs:
130130
# Keep only our target architectures
131131
for file in *; do
132132
if [[ ! "$file" =~ (gfx1151|gfx1150|gfx1100|gfx1101|gfx1102|gfx1200|gfx1201) ]]; then
133-
rm -f "$file"
133+
sudo rm -f "$file"
134134
fi
135135
done
136136
137137
cd /opt/rocm/lib/hipblaslt/library
138138
for file in *; do
139139
if [[ ! "$file" =~ (gfx1151|gfx1150|gfx1100|gfx1101|gfx1102|gfx1200|gfx1201) ]]; then
140-
rm -f "$file"
140+
sudo rm -f "$file"
141141
fi
142142
done
143143

0 commit comments

Comments
 (0)