mirror of
https://github.com/gqrx-sdr/gqrx.git
synced 2025-12-23 22:47:44 -05:00
Do not access the network when validating metadata
Requests to gqrx.dk sometimes fail, causing flaky CI
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user