Skip to content

Commit ee4877b

Browse files
committed
CI 指令取消 XMake 的 sudo 权限
1 parent 3003f0f commit ee4877b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: rm -r build
2727

2828
- name: XMake config
29-
run: mkdir build && chmod 777 build && sudo xmake f -m release --EMDEVIF_TEST_FRAMEWORK_ENABLE_TEST=true --EMDEVIF_TEST_FRAMEWORK_TEST_NAME="integration_test" --verbose
29+
run: mkdir build && chmod 777 build && xmake f -m release --EMDEVIF_TEST_FRAMEWORK_ENABLE_TEST=true --EMDEVIF_TEST_FRAMEWORK_TEST_NAME="integration_test" --verbose
3030
- name: XMake build
3131
run: xmake --build --verbose emdevif_test_framework_test
3232
- name: XMake run test

0 commit comments

Comments
 (0)