Skip to content

Commit 3003f0f

Browse files
committed
CI 指令增加开放权限的流程
1 parent 6ce0f91 commit 3003f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build and test
1+
name: Build And Test
22

33
on:
44
push:
@@ -26,7 +26,7 @@ jobs:
2626
run: rm -r build
2727

2828
- name: XMake config
29-
run: mkdir build && 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 && sudo 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)