Skip to content

Commit 0a27048

Browse files
committed
ci: remove useless -w
1 parent 92dda84 commit 0a27048

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
xmake f -a x64 -m release -p windows -v -y --backend=${{ matrix.backend }}
4242
4343
- run: |
44-
xmake -w -y
44+
xmake -y
4545
4646
- uses: actions/upload-artifact@v4
4747
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
xmake f -a x64 -m release -p windows -v -y --backend=${{ matrix.backend }}
3434
3535
- run: |
36-
xmake -w -y
36+
xmake -y
3737
3838
- uses: actions/upload-artifact@v4
3939
with:

src/lse/PluginMigration.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "PluginMigration.h"
22

33
#include "Entry.h"
4+
#include "legacy/legacyapi/utils/FileHelper.h"
45

56
#include <filesystem>
67
#include <fmt/format.h>

0 commit comments

Comments
 (0)