From 0413054ed92563b42f53de201a08b825ac949b00 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:50:02 +0000 Subject: [PATCH] ci: Install libpcre3-dev to fix pcre-light build failure Co-Authored-By: rlamb@launchdarkly.com --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5f605c..aea87d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: ghc-version: 8.10.7 enable-stack: true + - name: Install system dependencies + run: sudo apt-get update && sudo apt-get install -y libpcre3-dev + - uses: launchdarkly/gh-actions/actions/verify-hello-app@verify-hello-app-v2.0.1 with: use_server_key: true