Skip to content

Commit

Permalink
curl and jq already installed in ubuntu-latest runner (see #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Feb 5, 2024
1 parent 3c41667 commit 19a1c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
steps:
- id: get-os-versions-step
run: |
sudo apt-get install jq curl
os_versions=`curl -sL https://copr.fedorainfracloud.org/api_3/mock-chroots/list | jq -rc '[. | keys[] | select(.|match("fedora-[0-9]+|rawhide")) | sub("^fedora-"; "") | sub("-.*$";"")] | unique'`
# Get OS versions comma separated with properly quoted rawhide
>&2 echo "$os_versions"
Expand Down

0 comments on commit 19a1c9e

Please sign in to comment.