From fa678c62cbfb72b0c4f08662e27dc65de3d221e0 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Thu, 12 Dec 2024 11:28:25 +0100 Subject: [PATCH] ci: remove unused matrix.sdk variable (#201) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17ee3a53..cd25b4c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: dart-lang/setup-dart@v1 - with: - sdk: ${{ matrix.sdk }} - name: Install dependencies run: dart pub get