From 4f1bf9a3d282d326d2fec2e7263213ab981c9edb Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 12 Oct 2023 09:57:47 +0200 Subject: [PATCH] fix ci build (well, hopefully) --- .github/workflows/ios.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index c3bf45a1cb..8a57a05ac8 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -35,7 +35,8 @@ jobs: PSIPHON_CONFIG_KEY: ${{ secrets.PSIPHON_CONFIG_KEY }} PSIPHON_CONFIG_JSON_AGE_BASE64: ${{ secrets.PSIPHON_CONFIG_JSON_AGE_BASE64 }} - - run: brew install coreutils # we need sha256sum to verify tarballs + # we need coreutils for sha256 plus a bunch of GNU build tools + - run: brew install autoconf automake coreutils libtool - run: make EXPECTED_XCODE_VERSION=14.2 MOBILE/ios