From 5a6d4c0c3475ed04c541904462c462b083503c3e Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Sun, 24 Mar 2024 20:06:49 +0000 Subject: [PATCH] Add missing test dependency to release workflow --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1383f5b..6c80100 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,9 @@ jobs: - name: Checkout repository uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Install build dependencies - run: brew install popt + run: | + brew install popt + brew install cmocka - name: Install build tools run: brew install just - id: arch