Skip to content

Commit 91f899a

Browse files
committed
fix: 在Linux上运行systemInfo时添加sudo权限
1 parent 11040b1 commit 91f899a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuitka_package_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Run systemInfo on Linux
125125
if: ${{ runner.os == 'Linux' }}
126126
run: |
127-
python systemInfo/dev/main.py
127+
sudo python ${{ github.workspace }}/systemInfo/dev/main.py
128128
129129

130130
package-and-upload:

0 commit comments

Comments
 (0)