Skip to content

Commit 936e2d9

Browse files
Update main.yml
1 parent a71f0ff commit 936e2d9

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Compile and package
2121
run: |
22-
python3 ./setup.py install
22+
sudo python3 ./setup.py install
2323
2424
- name: Test code
2525
run: |

0 commit comments

Comments
 (0)