Skip to content

Commit

Permalink
Try fixing localization
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 17, 2024
1 parent 7e14d84 commit 32ff943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
- name: Build the project using python-build
run: |
python -m compile_translations
source .venv/bin/activate
python -m build --wheel
find .
# python -m compile_translations # TODO
env:
CFLAGS: "-I/opt/homebrew/include"
LDFLAGS: "-L/opt/homebrew/lib"
Expand Down

0 comments on commit 32ff943

Please sign in to comment.