From 70c17f7ce71cf1eb972d62a91093c4552b496ce6 Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Tue, 24 Oct 2023 01:24:26 +0300 Subject: [PATCH] Reference flutter-3.13.x of breez-sdk --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1b8134066..7c0492cc9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,8 @@ jobs: - uses: actions/checkout@v3 with: - repository: 'breez/breez-sdk' + repository: 'breez/breez-sdk' + ref: 'flutter-3.13.x' ssh-key: ${{secrets.REPO_SSH_KEY}} path: 'breez-sdk'