Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 committed Apr 24, 2022
1 parent cdb4bf6 commit d449be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: pip install setuptools wheel twine
- name: Download latest dictionaries
run: |
git -C src/StarCC clone --depth=1 git@github.com:StarCC0/dict.git
git -C src/StarCC clone --depth=1 https://github.com/StarCC0/dict.git
rm -rf src/StarCC/dict/.git
- name: Build and publish
env:
Expand Down

0 comments on commit d449be8

Please sign in to comment.