We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5425ecf commit 072e1a4Copy full SHA for 072e1a4
template/.github/workflows/pr_pre-commit.yaml.j2
@@ -13,6 +13,11 @@ jobs:
13
pre-commit:
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Install host dependencies
17
+ uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
18
+ with:
19
+ packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
20
+ version: ubuntu-latest
21
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
with:
23
fetch-depth: 0
0 commit comments