Skip to content

Commit 0269dc2

Browse files
Update build.yml
1 parent d926eb8 commit 0269dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343

4444
- name: Xmake configure
4545
run: |
46-
xmake f -c -vD --mode=${{ matrix.build_type }}
46+
xmake f -c -vD --mode=${{ matrix.build_type }} -y
4747
4848
- name: Build
4949
run: |
50-
xmake build --verbose --diagnosis --all
50+
xmake build --verbose --diagnosis --all -y

0 commit comments

Comments
 (0)