Skip to content

Commit 987d8fa

Browse files
committed
Checkout correctly
Signed-off-by: Matthew J. Milner <[email protected]>
1 parent 6b83b0b commit 987d8fa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/flatpak.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111
options: --privileged
1212

1313
steps:
14-
- name: Checkout Flathub shared-modules
15-
uses: actions/checkout@v4
16-
with:
17-
repository: flathub/shared-modules
18-
1914
- name: Checkout openchemistry
2015
uses: actions/checkout@v4
2116
with:
@@ -63,6 +58,12 @@ jobs:
6358
repository: openchemistry/molecules
6459
path: molecules
6560

61+
- name: Checkout Flathub shared-modules
62+
uses: actions/checkout@v4
63+
with:
64+
repository: flathub/shared-modules
65+
path: shared-modules
66+
6667
- name: Build with flatpak-builder
6768
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
6869
with:

0 commit comments

Comments
 (0)