We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1268d6 commit 443786eCopy full SHA for 443786e
1 file changed
.github/workflows/development.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Build for ${{ matrix.platform_name }}
83
run: |
84
export PATH=/opt/homebrew/bin:$PATH
85
- export RUNNER=1 SLIMMED=1
+ export SLIMMED=1
86
if [ "${{ matrix.platform_name }}" == "ios" ]; then
87
# Build ipa and tipa for iOS
88
gmake -j$(sysctl -n hw.ncpu) dsym package PLATFORM=${{ matrix.platform }}
0 commit comments