Skip to content

Commit

Permalink
ci: bring libserialport archive into our own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 9, 2023
1 parent 87cfe87 commit 5dd51ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
flatpak:
build-flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
path: "amiberry.flatpak"

create-release:
needs: [flatpak]
needs: [build-flatpak]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/preview'
steps:
Expand Down
Binary file not shown.
6 changes: 1 addition & 5 deletions flatpak/com.blitterstudio.amiberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ modules:
- /lib/*.a
sources:
- type: archive
url: https://sigrok.org/download/source/libserialport/libserialport-0.1.1.tar.gz
sha256: 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d
path: ../external/libserialport/libserialport-0.1.1.tar.gz

- name: amiberry
only-arches:
Expand All @@ -66,9 +65,6 @@ modules:
builddir: true

sources:
# - type: git
# url: https://github.com/BlitterStudio/amiberry
# branch: x86
- type: dir
path: ..

Expand Down

0 comments on commit 5dd51ec

Please sign in to comment.