From 32ff94385ee92f7731178623b08eae64f7f10c47 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Tue, 17 Dec 2024 17:36:48 +0100 Subject: [PATCH] Try fixing localization --- .github/workflows/build_macOS.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macOS.yaml b/.github/workflows/build_macOS.yaml index acde9f604a..b8066f6605 100644 --- a/.github/workflows/build_macOS.yaml +++ b/.github/workflows/build_macOS.yaml @@ -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"