Skip to content

Commit 4d26e9f

Browse files
authored
download 18.x release
1 parent 743e041 commit 4d26e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
id: depends
3939
run: |
4040
sudo apt-get update
41-
sudo apt-get install build-essential libcurl4-openssl-dev clang-format-16
41+
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/llvmorg-16.0.6/clang/tools/clang-format/git-clang-format
43+
wget -O /tmp/git-clang-format https://raw.githubusercontent.com/llvm/llvm-project/release/16.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)