From 0d1147e69927630aa7163eeda3d4cc90c809bb2a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 11:55:46 +0200 Subject: [PATCH] try using linuxbrew instead --- .github/workflows/checksrc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checksrc.yml b/.github/workflows/checksrc.yml index d6eaa62f36..1cb142c038 100644 --- a/.github/workflows/checksrc.yml +++ b/.github/workflows/checksrc.yml @@ -66,7 +66,6 @@ jobs: python3-typing-extensions python3-libcst python3-impacket \ python3-websockets python3-pytest python3-filelock python3-pytest-xdist python3 -m pip install --break-system-packages cmakelang==0.6.13 pytype==2024.10.11 ruff==0.11.9 codespell==2.4.1 - cargo install typos-cli@1.34.0 - name: 'codespell' run: | @@ -75,6 +74,8 @@ jobs: - name: 'typos' run: | + /home/linuxbrew/.linuxbrew/bin/brew install typos-cli + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" typos --version .github/scripts/typos.sh