Skip to content

Commit

Permalink
remove matrix from android & ios workflows (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Sep 5, 2024
1 parent 196eac4 commit f96317a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-android-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
--host=aarch64-linux-android
--target=aarch64-linux-android
--with-version-opt=${GITHUB_ACTOR}-${GITHUB_SHA}
${{ matrix.flags }}
${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
echo "Dumping config.log:" &&
cat config.log &&
Expand All @@ -145,5 +144,4 @@ jobs:
uses: ./.github/actions/upload-bundles
with:
platform: ${{ inputs.platform }}
debug-suffix: '${{ matrix.suffix }}'
make-target: 'static-libs'
2 changes: 0 additions & 2 deletions .github/workflows/build-ios-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
--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 }}
${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
echo "Dumping config.log:" &&
cat config.log &&
Expand All @@ -114,5 +113,4 @@ jobs:
uses: ./.github/actions/upload-bundles
with:
platform: ${{ inputs.platform }}
debug-suffix: '${{ matrix.suffix }}'
make-target: 'static-libs'

0 comments on commit f96317a

Please sign in to comment.