chore: we don't need to install jq

This commit is contained in:
Tommy 2025-01-03 16:31:51 +01:00
parent d6a0a3f248
commit c0b8ba43ae
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -20,11 +20,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install yq
run: |
# Adjust for your environment. Example for Debian/Ubuntu:
sudo apt-get update && sudo apt-get install -y yq
- id: export-channels
name: Read channels from metadata.yaml
shell: bash