From 5929bfa999404aa67d5de4667e44e4b514495287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Thu, 6 Jun 2024 23:37:42 +0200 Subject: [PATCH] Use for: compile for web --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c7fb78ec..e866b86a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -602,15 +602,8 @@ jobs: with: submodules: "recursive" - - name: Setup Flutter - uses: subosito/flutter-action@v2 - with: - channel: "stable" - - - name: Setup Melos - run: | - dart pub global activate melos - dart pub global run melos bootstrap + - name: Setup Runner + uses: ./.github/actions/setup-runner - name: Compile to wasm run: flutter build web --wasm -t integration_test/all_tests.dart