We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b9f6b commit 4e73341Copy full SHA for 4e73341
.github/workflows/spellcheck.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Install libclang-dev should cargo-spellcheck be built from source
75
shell: bash
76
run: |
77
- sudo apt install libclang-dev
+ sudo apt-get install libclang-dev
78
79
- name: Install cargo-spellcheck to check the spelling
80
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e # v2.67.15
0 commit comments