Skip to content

Commit

Permalink
ci(xmake): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zpye committed Jun 2, 2023
1 parent 59a1053 commit 8766e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 --builf_python=true
run: xmake config -a x64 -m release --build_python=true

- name: Build
# Build your program with the given configuration
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Here are visualized results of YOLO detection.
2. Set `--build_python=true` after `xmake config` and build:

```shell
xmake config -a x64 -m release --builf_python=true
xmake config -a x64 -m release --build_python=true
xmake -w --all
```

Expand Down

0 comments on commit 8766e1a

Please sign in to comment.