From bf9c764419ccb9f0bcfb1d1d200375d53923071d Mon Sep 17 00:00:00 2001 From: Kinshuk Bairagi Date: Fri, 18 Mar 2022 17:47:05 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c86848a..8ec0825 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,14 +100,8 @@ jobs: wget https://gist.githubusercontent.com/kingster/1954ead3c38a40cac88c5c1311bb39c5/raw/343da2c7a2a52ee5a1c03902cc5e44ed83b1dd5d/cryptopp.rb brew install --build-from-source -f cryptopp.rb npm install -g appdmg - - name: Restore Boost Framework - uses: actions/cache@v2 - id: cache-boost - with: - path: vendor/boost - key: boost-osx - - name: Create Boost Framework - # if: steps.cache-boost.outputs.cache-hit != 'true' + + - name: Compile Libraries run : | #xcode needs to be proper at this point xcode-select --print-path @@ -117,8 +111,6 @@ jobs: ./boost.sh -macos --boost-version 1.68.0 popd - - name: Compile Libraries - run : | #stastd pushd lib/statsd-cpp mkdir build-osx @@ -129,9 +121,6 @@ jobs: - name: Build Project run : | - #xcode needs to be proper at this point - xcode-select --print-path - pushd tinyphone-osx pod install xcodebuild -workspace Tinyphone.xcworkspace -scheme Tinyphone -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO