Skip to content

Commit

Permalink
Move the osx build script into the .github dir
Browse files Browse the repository at this point in the history
I missed this when the PR merged, but there's no reason to have an extra
top-level directory.
  • Loading branch information
polm committed Sep 14, 2023
1 parent d46bab0 commit 1b10168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Download and build MeCab
shell: bash
run: |
ci/macos-build.sh
.github/macos-build.sh
- name: Upload Wheels
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 1b10168

Please sign in to comment.