From cd808ae741a747a647f98d05735f9e2bdcb4ad3d Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Tue, 17 Jun 2025 22:17:34 +0200 Subject: [PATCH] Forgot that actions/flutter-common needs the flutter code in the current working directory... --- .github/workflows/build-linux.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 08114d87..8276a34d 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -53,11 +53,9 @@ jobs: steps: - name: Checkout application uses: actions/checkout@v4 - with: - path: main - name: Common setup - uses: ./main/.github/actions/flutter-common + uses: ./.github/actions/flutter-common - name: Checkout application uses: actions/checkout@v4