Skip to content

Commit

Permalink
Fix the uncrustify version to avoid breaking changes from their repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Oct 27, 2020
1 parent a495033 commit 05615c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/uncrustify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
if: steps.bin-cache.outputs.cache-hit != 'true'
run: |
git clone https://github.com/uncrustify/uncrustify.git uncrustify_git
cd uncrustify_git
git checkout 8edb7262e855c4271e9e5fc26af93861103e14fa
cd ..
mkdir uncrustify_build
cd uncrustify_build
cmake ../uncrustify_git
Expand Down

0 comments on commit 05615c6

Please sign in to comment.