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 - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 2
- name: Install clang-format - name: Install clang-format
run: | uses: daaku/gh-action-apt-install@v4
sudo apt-get update with:
sudo apt-get install -y clang-format packages: clang-format
- name: Check changed files - name: Check changed files
env: env: