Skip to content

Commit 4a8e3f8

Browse files
committed
remove sudo from command
1 parent d00f59f commit 4a8e3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_python_3.9.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
3434

3535
- name: Run build package script
36-
run: /usr/bin/sudo ./build_python_framework_pkgs.zsh "$TYPE" "$DEV_ID" "$PYTHON_VERSION" "${BUILD_DATE}"
36+
run: ./build_python_framework_pkgs.zsh "$TYPE" "$DEV_ID" "$PYTHON_VERSION" "${BUILD_DATE}"
3737

3838
- name: Create Release
3939
id: create_release

0 commit comments

Comments
 (0)