Skip to content

Commit

Permalink
Update CI config and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed Oct 3, 2023
1 parent 720d133 commit 2359393
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,20 @@ on:
pull_request:
branches: [ main ]

env:
CARGO_TERM_COLOR: always

jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-43
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v3
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: com.github.matzipan.envoyer.flatpak
manifest-path: ./build-aux/flatpak.yml
Expand Down

0 comments on commit 2359393

Please sign in to comment.