From ceff34766fce63c5e1d380363822c15c09cd4223 Mon Sep 17 00:00:00 2001 From: Johannes Vedder Date: Sat, 27 Jan 2024 21:16:31 +0100 Subject: [PATCH] debug --- .github/workflows/deploy-apps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-apps.yml b/.github/workflows/deploy-apps.yml index 0b77da81a..6aec078ca 100644 --- a/.github/workflows/deploy-apps.yml +++ b/.github/workflows/deploy-apps.yml @@ -43,6 +43,8 @@ jobs: ruby-version: head # 3.3 # head bundler-cache: true working-directory: ./app/android + run: | + bundle install - name: Set up flutter uses: subosito/flutter-action@v2 with: