From 1e31a77e2542e920dfb8f18af302d61b78c91875 Mon Sep 17 00:00:00 2001 From: Erik Abair Date: Sun, 19 Jun 2022 15:57:58 -0700 Subject: [PATCH] build: Add missing requests dependency for macOS --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c30753391c..566888f161 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -228,7 +228,7 @@ jobs: dylibbundler \ pkg-config \ ninja - python3 -m pip install pyyaml + python3 -m pip install pyyaml requests - name: Initialize compiler, library cache id: cache uses: actions/cache@v2.1.6