Skip to content

Commit

Permalink
Checkout correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew J. Milner <[email protected]>
  • Loading branch information
matterhorn103 committed Nov 10, 2024
1 parent 6b83b0b commit 987d8fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 987d8fa

Please sign in to comment.