aand remove agaaain
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user