Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored and github-actions[bot] committed Jun 22, 2024
1 parent 56b5342 commit 5e25c73
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .devcontainer/cpp/apt-requirements-clang.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"clang-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"clangd-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"clang-format-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"clang-tidy-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"clang-tools-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"libclang-rt-17-dev": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"lld-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"llvm-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8"
"clang-17": "1:17.0.6-9ubuntu1",
"clangd-17": "1:17.0.6-9ubuntu1",
"clang-format-17": "1:17.0.6-9ubuntu1",
"clang-tidy-17": "1:17.0.6-9ubuntu1",
"clang-tools-17": "1:17.0.6-9ubuntu1",
"libclang-rt-17-dev": "1:17.0.6-9ubuntu1",
"lld-17": "1:17.0.6-9ubuntu1",
"llvm-17": "1:17.0.6-9ubuntu1"
}

0 comments on commit 5e25c73

Please sign in to comment.