From e25f015aa15e885aea122377ea3d778a01c734d3 Mon Sep 17 00:00:00 2001 From: Jonas Sander <29028262+Jonas-Sander@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:48:40 +0100 Subject: [PATCH] Use fixed patrol_cli version. --- .github/workflows/integration_tests_app_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests_app_ci.yml b/.github/workflows/integration_tests_app_ci.yml index 0aed7afa0..05c6f8be1 100644 --- a/.github/workflows/integration_tests_app_ci.yml +++ b/.github/workflows/integration_tests_app_ci.yml @@ -100,7 +100,7 @@ jobs: channel: ${{ env.FLUTTER_CHANNEL }} - name: Install patrol cli - run: flutter pub global activate patrol_cli ^2.2.1 + run: flutter pub global activate patrol_cli 2.2.1 - name: Run Flutter build run: |