mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-14 17:59:58 +02:00
Fixed CI
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user