cache clang-format installation

This commit is contained in:
Tropical 2026-03-29 20:51:08 -05:00
parent 7b5c2dfe25
commit 9d40fceece

View file

@ -29,12 +29,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-depth: 2
- name: Install clang-format
run: |
sudo apt-get update
sudo apt-get install -y clang-format
uses: daaku/gh-action-apt-install@v4
with:
packages: clang-format
- name: Check changed files
env: