Skip to content

Commit f4d0c5a

Browse files
CI: fix CI failure due to missing dependency
1 parent 58a357b commit f4d0c5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/regression.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v3
14+
15+
- name: Install Perl dependencies
16+
run: sudo apt-get update && sudo apt-get install -y libipc-run-perl
17+
1418
- name: Configure
1519
env:
1620
CC: 'clang'

0 commit comments

Comments
 (0)