mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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
|
- 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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue