File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 cd XEngine_Debian_12_${{ matrix.artifact }}
5151
5252 cp -rf ./XEngine_Include /usr/local/include
53- find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib64 \;
53+ find ./XEngine_Linux -name "*.so" -exec cp {} /usr/lib \;
5454 ldconfig
5555
5656 - name : make
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: macos build workflows
33on :
44 push :
55 branches :
6- - ' master1 '
6+ - ' master '
77
88jobs :
99 build :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: windows build workflows
33on :
44 push :
55 branches :
6- - ' master1 '
6+ - ' master '
77
88jobs :
99 build :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: rocky build workflows
33on :
44 push :
55 branches :
6- - ' master1 '
6+ - ' master '
77
88permissions :
99 contents : read
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ubuntu build workflows
33on :
44 push :
55 branches :
6- - ' master1 '
6+ - ' master '
77
88jobs :
99 build :
You can’t perform that action at this time.
0 commit comments