try using linuxbrew instead

This commit is contained in:
Viktor Szakats 2025-07-12 11:55:46 +02:00
parent 4b4e71781d
commit 0d1147e699
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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