From a5d50bc97bacc62fb9e82382804ed5c80b589593 Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Sat, 1 Mar 2025 22:23:27 +0100 Subject: [PATCH] Use master channel --- .github/workflows/integration_tests_app_ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integration_tests_app_ci.yml b/.github/workflows/integration_tests_app_ci.yml index c7fb6f673..7c2d798ae 100644 --- a/.github/workflows/integration_tests_app_ci.yml +++ b/.github/workflows/integration_tests_app_ci.yml @@ -175,16 +175,10 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - name: Install Custom Flutter SDK - run: | - git clone https://github.com/nilsreichardt/flutter - cd flutter - git checkout add-ignore-timeouts-flag - echo "$PWD/bin" >> $GITHUB_PATH - - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: - flutter-version: 'add-ignore-timeouts-flag' + channel: "master" + flutter-version: "add-ignore-timeouts-flag" git-source: https://github.com/nilsreichardt/flutter.git - uses: futureware-tech/simulator-action@bde6805eedaeaba7775a9959970edc7d8bf10c4d