Skip to content

Commit

Permalink
Create tmp/compounds in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Dec 5, 2023
1 parent 9c5823d commit 7ff4717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
- name: Build spelling dictionaries
working-directory: ${{ env.PT_DICT_HOME }}
run: |
mkdir -p ${{ env.LT_TMP_DIR }}
mkdir -p "${{ env.LT_TMP_DIR }}/compounds"
poetry run python "./pt_dict/scripts/build_spelling_dicts.py" --tmp-dir ${{ env.LT_TMP_DIR }}

0 comments on commit 7ff4717

Please sign in to comment.