From bf2e02ccace5f9746dfa0c982d2c3ea52ea55069 Mon Sep 17 00:00:00 2001 From: Steffenhir <99601527+Steffenhir@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:12:06 +0200 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1c7f358..8cb498a 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -98,7 +98,8 @@ jobs: - name: install dependencies run: | brew install python-tk@3.10 && \ - brew install tcl-tk && \ + brew unlink python-tk && \ + brew link python-tk@3.10 && \ pip3 install setuptools wheel pyinstaller && \ pip3 install -r requirements.txt - name: patch version