Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit ed7ef0b

Browse files
authored
Update main.yml
1 parent 5c69cfc commit ed7ef0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828

2929
# Runs a set of commands using the runners shell
3030
- name: Run a multi-line script
31-
run: curl -sSL https://get.docker.com | sh
31+
run: sudo curl -sSL https://get.docker.com | sh
3232

3333
- name: Install docker-compose
34-
run: curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
34+
run: sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
3535

3636
- name: Docker-compose chmod
37-
run: chmod +x /usr/local/bin/docker-compose
37+
run: sudo chmod +x /usr/local/bin/docker-compose
3838

3939
- name: Clone Tiebaproject
4040
run: git clone https://github.com/ghosx/TiebaProject.git && cd TiebaProject

0 commit comments

Comments
 (0)