mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 18:57:39 +01:00
Fixed CI
This commit is contained in:
parent
d893eaae32
commit
b736f83993
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@ -367,4 +367,4 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run check_clang_format
|
||||
run: cd $GITHUB_WORKSPACE && ./check_clang_format.sh || true
|
||||
run: cd $GITHUB_WORKSPACE && chmod +x ./check_clang_format.sh && ./check_clang_format.sh || true
|
||||
|
Loading…
Reference in New Issue
Block a user