Skip to content

Commit 240908a

Browse files
Add missing system dep
1 parent 8ecd16d commit 240908a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 2
25+
- name: Setup system deps
26+
run: |
27+
apt-get install -y ccache
2528
- name: Build and Test
2629
run: |
2730
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)