Skip to content

Commit 6abea98

Browse files
chore (build): uses sudo for previous build related cleanup
1 parent 5a1b1a5 commit 6abea98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/binary-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
export PATH="$PATH:/usr/local/go/bin:/usr/bin"
102102
103103
# ----- Clone & build -----
104-
rm -rf arc-noss build out || true
104+
sudo rm -rf arc-noss build out 2>/dev/null || true
105105
echo "Cloning appbaseio-confidential/rs-api-server @ ${branch}"
106106
git clone --depth=1 -b "${branch}" "https://${PAT_ACCESS_TOKEN}@github.com/appbaseio-confidential/rs-api-server" arc-noss
107107

0 commit comments

Comments
 (0)