Skip to content

Commit c73e2c7

Browse files
committed
Add apt update into clang-format github workflow
1 parent 273f42a commit c73e2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install clang-format
22-
run: sudo apt install -y clang-format
22+
run: sudo apt update && sudo apt install -y clang-format
2323

2424
- name: Run clang-format check
2525
run: |

0 commit comments

Comments
 (0)