Skip to content

Commit

Permalink
ci: Fix removal of clang-13 on flutter ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 11, 2024
1 parent 6cd0fde commit 93826ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Remove clang 13
run: sudo apt remove clang -y
run: sudo apt remove clang-13 clang-14 libclang-common-13-dev libclang-common-14-dev -y

- name: Install dependencies on Ubuntu
run: |
Expand Down

0 comments on commit 93826ad

Please sign in to comment.