We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b83b0b commit 987d8faCopy full SHA for 987d8fa
.github/workflows/flatpak.yml
@@ -11,11 +11,6 @@ jobs:
11
options: --privileged
12
13
steps:
14
- - name: Checkout Flathub shared-modules
15
- uses: actions/checkout@v4
16
- with:
17
- repository: flathub/shared-modules
18
-
19
- name: Checkout openchemistry
20
uses: actions/checkout@v4
21
with:
@@ -63,6 +58,12 @@ jobs:
63
58
repository: openchemistry/molecules
64
59
path: molecules
65
60
61
+ - name: Checkout Flathub shared-modules
62
+ uses: actions/checkout@v4
+ with:
+ repository: flathub/shared-modules
+ path: shared-modules
66
+
67
- name: Build with flatpak-builder
68
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
69
0 commit comments