Skip to content

Commit

Permalink
ci(xmake): remove python build
Browse files Browse the repository at this point in the history
  • Loading branch information
zpye committed Jun 2, 2023
1 parent 8766e1a commit 299b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Configure xmake
# Configure xmake with platform and build type
run: xmake config -a x64 -m release --build_python=true
run: xmake config -a x64 -m release

- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit 299b0ea

Please sign in to comment.