Skip to content

Commit bae24f5

Browse files
committed
build: update requires
1 parent bdd7cb5 commit bae24f5

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

.github/workflows/ccpp.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v1
1818
- uses: xmake-io/github-action-setup-xmake@v1
19+
with:
20+
xmake-version: branch@dev
1921

2022
- name: Update git submodule
2123
run: |
@@ -86,14 +88,14 @@ jobs:
8688
8789
- name: Package
8890
run: |
89-
xmake package -v
91+
xmake package
9092
xmake install -o dist/lcui-package
9193
9294
- name: Build examples
9395
run: |
9496
cd examples
95-
xmake config -P . -y -v
96-
xmake build -P . -v
97+
xmake config -P . -y
98+
xmake build -P .
9799
xmake install -P . -o ../dist/lcui-examples
98100
mv ../dist/lcui-examples/bin/* ../dist/lcui-examples/
99101
rm -r ../dist/lcui-examples/bin

xmake-requires.lock

+15-7
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
["cmake#31fecfc4"] = {
241241
repo = {
242242
branch = "master",
243-
commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b",
243+
commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121",
244244
url = "https://gitee.com/tboox/xmake-repo.git"
245245
},
246246
version = "3.28.3-msvc11"
@@ -264,26 +264,26 @@
264264
["libomp#31fecfc4"] = {
265265
repo = {
266266
branch = "master",
267-
commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b",
267+
commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121",
268268
url = "https://gitee.com/tboox/xmake-repo.git"
269269
},
270-
version = "12.0.1"
270+
version = "19.1.0"
271271
},
272272
["libpng#31fecfc4"] = {
273273
repo = {
274274
branch = "master",
275-
commit = "570c9dfab7fafab1515cf3cd1c9fa76a68ef195a",
275+
commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121",
276276
url = "https://gitee.com/tboox/xmake-repo.git"
277277
},
278-
version = "v1.6.43"
278+
version = "v1.6.44"
279279
},
280280
["libxml2#31fecfc4"] = {
281281
repo = {
282282
branch = "master",
283-
commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b",
283+
commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121",
284284
url = "https://gitee.com/tboox/xmake-repo.git"
285285
},
286-
version = "2.13.2"
286+
version = "v2.13.4"
287287
},
288288
["libyaml#31fecfc4"] = {
289289
repo = {
@@ -301,6 +301,14 @@
301301
},
302302
version = "2.0.3"
303303
},
304+
["python 3.x#31fecfc4"] = {
305+
repo = {
306+
branch = "master",
307+
commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121",
308+
url = "https://gitee.com/tboox/xmake-repo.git"
309+
},
310+
version = "3.12.3"
311+
},
304312
["zlib#31fecfc4"] = {
305313
repo = {
306314
branch = "master",

0 commit comments

Comments
 (0)