mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Forgot that actions/flutter-common needs the flutter code in the current working directory...
This commit is contained in:
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user