Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Feb 19, 2024
1 parent 0781a40 commit 26bb727
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build-ios-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ jobs:
name: build
runs-on: ${{ inputs.runs-on }}

strategy:
fail-fast: false
matrix:
debug-level: ${{ fromJSON(inputs.debug-levels) }}
include:
- debug-level: debug
flags: --with-debug-level=fastdebug
suffix: -debug

steps:
- name: 'Checkout the JDK source'
uses: actions/checkout@v4
Expand Down Expand Up @@ -101,8 +92,8 @@ jobs:
--with-conf-name=ios-macos-aarch64
--enable-headless-only
--with-boot-jdk=${{ steps.bootjdk.outputs.path }}
--openjdk-target=aarch64-macos-ios \
--with-cups-include=/tmp/cups-2.3.6 \
--openjdk-target=aarch64-macos-ios
--with-cups-include=/tmp/cups-2.3.6
--with-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk
--with-version-opt=${GITHUB_ACTOR}-${GITHUB_SHA}
${{ matrix.flags }}
Expand Down

0 comments on commit 26bb727

Please sign in to comment.