Skip to content

Commit

Permalink
Check openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Aug 21, 2024
1 parent 2706fdf commit 96ab4a1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ env:
BUILD_TYPE: prod

jobs:
debug:
runs-on: macos-latest

steps:
- run: |
brew switch openssl@3
openssl version
which openssl
echo $PATH
build-eternajs:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -159,7 +169,6 @@ jobs:
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
brew install openssl@3
npm ci
node src/index.js retrieve ${{ matrix.packageType == 'development' && 'IOS_DEVELOPMENT' || 'IOS_DISTRIBUTION' }} ${{ secrets.APP_SIGNING_PRIVATE_KEY_BASE64 }} ${{ secrets.APP_STORE_CONNECT_API_KEY_BASE64 }} ${{ secrets.APP_STORE_CONNECT_API_KEY_ID }} ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }} $CERTIFICATE_PATH $P12_PASSWORD
Expand Down

0 comments on commit 96ab4a1

Please sign in to comment.