Skip to content

Commit 516e9af

Browse files
authored
Update main.yml
1 parent c020cdc commit 516e9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Install tar (if necessary)
18-
run: sudo apt-get update && sudo apt-get install -y tar
18+
run: apt-get update && apt-get install -y tar
1919

2020
- name: Check out code
2121
uses: actions/checkout@v2

0 commit comments

Comments
 (0)