mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 14:21:04 +08:00
Remove redundant line
This commit is contained in:
parent
88e9d4c0b3
commit
544a9a8a79
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -175,7 +175,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Android example
|
- name: Build Android example
|
||||||
if: matrix.platform.name == 'Android'
|
if: matrix.platform.name == 'Android'
|
||||||
shell: bash
|
|
||||||
run: examples/android/gradlew ${{ matrix.type.name == 'Debug' && 'assembleDebug' || 'assembleRelease' }} -p examples/android -P ARCH_ABI=${{matrix.config.arch}} -P MIN_SDK=${{matrix.config.api}}
|
run: examples/android/gradlew ${{ matrix.type.name == 'Debug' && 'assembleDebug' || 'assembleRelease' }} -p examples/android -P ARCH_ABI=${{matrix.config.arch}} -P MIN_SDK=${{matrix.config.api}}
|
||||||
|
|
||||||
- name: Prepare Test
|
- name: Prepare Test
|
||||||
|
Loading…
Reference in New Issue
Block a user