mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-09 15:37:14 +00:00
cache clang-format installation
This commit is contained in:
parent
7b5c2dfe25
commit
9d40fceece
8
.github/workflows/clang-format.yml
vendored
8
.github/workflows/clang-format.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue