From 987d8faa39a91907db7aedc95a279498a61e3902 Mon Sep 17 00:00:00 2001 From: "Matthew J. Milner" Date: Sun, 10 Nov 2024 22:25:14 +0100 Subject: [PATCH] Checkout correctly Signed-off-by: Matthew J. Milner --- .github/workflows/flatpak.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index f511e8d6d3..8a09879dc7 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -11,11 +11,6 @@ jobs: options: --privileged steps: - - name: Checkout Flathub shared-modules - uses: actions/checkout@v4 - with: - repository: flathub/shared-modules - - name: Checkout openchemistry uses: actions/checkout@v4 with: @@ -63,6 +58,12 @@ jobs: repository: openchemistry/molecules path: molecules + - name: Checkout Flathub shared-modules + uses: actions/checkout@v4 + with: + repository: flathub/shared-modules + path: shared-modules + - name: Build with flatpak-builder uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: