Skip to content

Commit

Permalink
fix: say yes to everything
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Oct 2, 2023
1 parent 7a4a65e commit 9aaa94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci_xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
xmake-version: '2.8.2'

- name: Configure
run: xmake config --mode=${{ matrix.mode }}
run: xmake config -y --mode=${{ matrix.mode }}

- name: Build
run: xmake build -y -vD

0 comments on commit 9aaa94f

Please sign in to comment.