Skip to content

Commit 0f8780b

Browse files
committed
Fun fun fun
1 parent 06cc335 commit 0f8780b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: Install Nancy
1010
command: |
1111
cd /tmp && mkdir tools && cd -
12-
sudo curl -s -L "https://github.com/sonatype-nexus-community/nancy/releases/download/v0.0.17/nancy-linux.amd64-v0.0.17" -o "/tmp/tools/nancy"
13-
sudo chmod +x /tmp/tools/nancy
12+
curl -s -L "https://github.com/sonatype-nexus-community/nancy/releases/download/v0.0.17/nancy-linux.amd64-v0.0.17" -o "/tmp/tools/nancy"
13+
chmod +x /tmp/tools/nancy
1414
export PATH=$PATH:/tmp/tools/
1515
- run:
1616
name: Run Nancy

0 commit comments

Comments
 (0)