Skip to content

Commit

Permalink
fix(ci): cxx cannot build with xmake when auto deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 6, 2024
1 parent 1a0af6b commit b0cca27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/cxx/{{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
@cmake -S . -B build
@cmake --build build
{%- else %}
@xmake
@xmake -y
{%- endif %}

# run
Expand Down

0 comments on commit b0cca27

Please sign in to comment.