aand remove agaaain
Some checks failed
Build and release apps to beta track / Get version (pull_request) Successful in 48s
Build and release apps to beta track / Build and upload ios app (pull_request) Failing after 15m37s

This commit is contained in:
Remy Moll 2025-04-28 16:38:07 +02:00
parent 26294d747c
commit 50f1482ab2

View File

@ -37,14 +37,6 @@ jobs:
BUNDLE_GEMFILE: ${{ gitea.workspace }}/frontend/ios/Gemfile
steps:
- name: Fail if runner is not macOS
# reusable worflows are not really supported so the runs-on label is not respected
run: |
if [[ "$OSTYPE" != "darwin"* ]]; then
echo "This workflow is only supported on macOS. Just rerun the workflow until it is picked up by a macOS runner."
exit 1
fi
- uses: https://gitea.com/actions/checkout@v4
- name: Install Flutter