Skip to content

Commit dbf0433

Browse files
authored
typo--
1 parent 4d26e9f commit dbf0433

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
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt-get update
4141
sudo apt-get install build-essential libcurl4-openssl-dev
4242
# Install git-clang-format script for formatting only changed code
43-
wget -O /tmp/git-clang-format https://raw.githubusercontent.com/llvm/llvm-project/release/16.x/clang/tools/clang-format/git-clang-format
43+
wget -O /tmp/git-clang-format https://raw.githubusercontent.com/llvm/llvm-project/release/18.x/clang/tools/clang-format/git-clang-format
4444
sudo cp /tmp/git-clang-format /usr/local/bin/git-clang-format
4545
sudo chmod +x /usr/local/bin/git-clang-format
4646

0 commit comments

Comments
 (0)