File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: ubuntu build workflows
33on :
44 push :
55 branches : [ "master" ]
6- pull_request :
7- branches : [ "master" ]
86
97permissions :
108 contents : read
6159
6260 sudo cp -rf ./XEngine_Include /usr/local/include
6361 sudo find ./XEngine_Linux -name "*.so" -exec cp {} /usr/local/lib \;
62+ sudo ldconfig
6463 # 编译
6564 - name : make
6665 run : |
Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ name: macos build workflows
22
33on :
44 push :
5- branches : [ "master" ]
6- pull_request :
7- branches : [ "master" ]
5+ branches : [ "1" ]
86
97permissions :
108 contents : read
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: windows build workflows
33on :
44 push :
55 branches : [ "master" ]
6- pull_request :
7- branches : [ "master" ]
86
97permissions :
108 contents : read
You can’t perform that action at this time.
0 commit comments