Skip to content

Commit

Permalink
Update Smobile-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isratja45 committed Oct 17, 2023
1 parent d5a7d6e commit 5a952fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Smobile-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ env:
SPACEDRIVE_CUSTOM_APT_FLAGS: --no-install-recommends
SPACEDRIVE_CI: '1'

Cancel previous runs of the same workflow on the same branch.
# Cancel previous runs of the same workflow on the same branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Disabled until I can figure out why our app on x86_64 crashes on startup.
# Disabled until I can figure out why our app on x86_64 crashes on startup.
android:
name: Android
runs-on: macos-12
Expand Down

0 comments on commit 5a952fb

Please sign in to comment.