豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 4e73341

Browse files
fix: use apt-get instaed of apt, as we're not supposed to use apt in scripts
1 parent 75b9f6b commit 4e73341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install libclang-dev should cargo-spellcheck be built from source
7575
shell: bash
7676
run: |
77-
sudo apt install libclang-dev
77+
sudo apt-get install libclang-dev
7878
7979
- name: Install cargo-spellcheck to check the spelling
8080
uses: taiki-e/install-action@7e574ed8bb89811282a11aecb3fe1d043bf5bf0e # v2.67.15

0 commit comments

Comments
 (0)