Skip to content

Commit ca6fd90

Browse files
committed
do not keep xmake update to dev anymore, may forcing problems
1 parent 2025ead commit ca6fd90

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
alias xmake="~/.local/bin/xmake"
5252
export XMAKE_ROOT=y
5353
54-
# keep xmake up to date
55-
xmake update -s dev
56-
5754
# conan needs pip(by apt) and cmake(by snap recommended)
5855
- name: Install Conan
5956
run: |

.github/workflows/unit-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747
alias xmake="~/.local/bin/xmake"
4848
export XMAKE_ROOT=y
4949
50-
# keep xmake up to date
51-
xmake update -s dev
52-
5350
- name: Install Conan
5451
run: |
5552

0 commit comments

Comments
 (0)