Skip to content

Commit beb1c77

Browse files
committed
fixed:ubuntu22.04 ldconfig
1 parent e379ccc commit beb1c77

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: ubuntu build workflows
33
on:
44
push:
55
branches: [ "master" ]
6-
pull_request:
7-
branches: [ "master" ]
86

97
permissions:
108
contents: read
@@ -61,6 +59,7 @@ jobs:
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: |

.github/workflows/macbuild.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: macos build workflows
22

33
on:
44
push:
5-
branches: [ "master" ]
6-
pull_request:
7-
branches: [ "master" ]
5+
branches: [ "1" ]
86

97
permissions:
108
contents: read

.github/workflows/msbuild.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: windows build workflows
33
on:
44
push:
55
branches: [ "master" ]
6-
pull_request:
7-
branches: [ "master" ]
86

97
permissions:
108
contents: read

0 commit comments

Comments
 (0)