Do not access the network when validating metadata

Requests to gqrx.dk sometimes fail, causing flaky CI
This commit is contained in:
Clayton Smith
2025-10-29 01:07:19 -04:00
parent bfded9ebb8
commit 79645d962a

View File

@@ -63,7 +63,7 @@ jobs:
- name: Validate desktop entry
run: desktop-file-validate dk.gqrx.gqrx.desktop
- name: Validate appstream metadata
run: appstreamcli validate dk.gqrx.gqrx.appdata.xml
run: appstreamcli validate --no-net dk.gqrx.gqrx.appdata.xml
macos-build:
name: MacOS CI
strategy: