Skip to content

Commit

Permalink
Use master channel
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Mar 1, 2025
1 parent 3ead486 commit a5d50bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5d50bc

Please sign in to comment.