1 parent 5ba721d commit e374d55Copy full SHA for e374d55
1 file changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Install typos
54
run: |
55
- curl -LsSf https://github.com/crate‑ci/typos/releases/download/v1.35.1/typos-v1.35.1-x86_64-unknown-linux-musl.tar.gz | tar xz
+ curl -LsSf https://github.com/crate-ci/typos/releases/download/v1.35.1/typos-v1.35.1-x86_64-unknown-linux-musl.tar.gz | tar xz
56
sudo mv typos /usr/local/bin/
57
58
- name: Run typos check
0 commit comments