Skip to content

Commit

Permalink
CI: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Feb 25, 2024
1 parent a4fca3b commit 72e7cf1
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 @@ -54,19 +54,19 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Flatpak
- name: Install Flatpak and add Flathub
run: |
whoami
uname -a
sudo apt-get update
sudo apt-get install -y flatpak
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo flatpak install -y org.freedesktop.appstream.cli
- name: Validate
- name: List appstream.cli version
run: |
pwd
ls
flatpak run org.freedesktop.appstream.cli --version
- name: Validate
run: |
flatpak run org.freedesktop.appstream.cli validate --strict --pedantic --explain io.github.gnu_octave.doctest.metainfo.xml
# Built-in Self Tests for various supported Octave
Expand Down

0 comments on commit 72e7cf1

Please sign in to comment.