mirror of
https://github.com/curl/curl.git
synced 2026-06-06 11:24:19 +03:00
try using linuxbrew instead
This commit is contained in:
parent
4b4e71781d
commit
0d1147e699
1 changed files with 2 additions and 1 deletions
3
.github/workflows/checksrc.yml
vendored
3
.github/workflows/checksrc.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue