Skip to content

Commit 5f4a0a4

Browse files
authored
try just clang-format
1 parent 6a713a5 commit 5f4a0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: depends
3939
run: |
4040
sudo apt-get update
41-
sudo apt-get install build-essential libcurl4-openssl-dev git-clang-format
41+
sudo apt-get install build-essential libcurl4-openssl-dev clang-format
4242
4343
- name: Set up Python
4444
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)