Skip to content

Commit f70e265

Browse files
committed
CI: Fix clang-tools package name
1 parent dd33e66 commit f70e265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: cachix/install-nix-action@v25
1616
- uses: rrbutani/use-nix-shell-action@v1
1717
with:
18-
flakes: nixpkgs#clang-tools_18, nixpkgs#lefthook
18+
flakes: nixpkgs#llvmPackages_18.clang-tools, nixpkgs#lefthook
1919

2020
- name: Run clang-format
2121
id: clang-format

0 commit comments

Comments
 (0)