mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-23 08:24:44 +01:00
Fixed CI typo
This commit is contained in:
parent
841c31daf4
commit
9ee0951874
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@ -279,7 +279,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install codespell
|
- name: Install codespell
|
||||||
run: apt update -y && apt install -y codespell
|
run: sudo apt update -y && sudo apt install -y codespell
|
||||||
|
|
||||||
- name: Running codespell
|
- name: Running codespell
|
||||||
run: cd $GITHUB_WORKSPACE && codespell -q 2 || true
|
run: cd $GITHUB_WORKSPACE && codespell -q 2 || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user