Skip to content

Commit e92d357

Browse files
committed
Need more power
1 parent 7dd9be8 commit e92d357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
name: Install babashka
116116
command: |
117117
curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install.sh
118-
bash install.sh
118+
sudo bash install.sh
119119
rm install.sh
120120
- run:
121121
name: Install deployment-script

0 commit comments

Comments
 (0)