Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
[skip cirrus]
  • Loading branch information
equeim committed Jan 13, 2025
1 parent fdcf01c commit eb36a39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI

on:
push:
branches: [master]
branches: [master, flatpak-test]
pull_request:
branches:
- master
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
build-flatpak:
# https://github.com/actions/runner-images/issues/11359
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Add GCC problem matcher
Expand All @@ -144,7 +144,7 @@ jobs:
- name: Set up Flatpak
run: |
sudo add-apt-repository -y ppa:flatpak/stable
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends --assume-yes install flatpak flatpak-builder elfutils
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends --assume-yes install flatpak flatpak-builder elfutils python3-gi appstream-util build-essential libarchive-tools
flatpak remote-add --user --if-not-exists flathub 'https://flathub.org/repo/flathub.flatpakrepo'
- name: Checkout
Expand All @@ -154,7 +154,7 @@ jobs:

- name: Build Tremotesf
run: |
flatpak-builder --user --install-deps-from=flathub build-dir org.equeim.Tremotesf.json
flatpak-builder --user --install-deps-from=flathub --force-clean --require-changes --disable-rofiles-fuse build-dir org.equeim.Tremotesf.json
- name: Check that generation of release manifest works
run: |
Expand Down

0 comments on commit eb36a39

Please sign in to comment.