Skip to content

Commit 6602701

Browse files
committed
chore: Update apt-get to microdnf in ci.yml
1 parent ae8eb6b commit 6602701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# In this step, we are downloading the latest artifact from the build job and storing it in the container
167167
- run: |
168168
# Install JQ on the container
169-
apt-get update && apt-get install -y jq
169+
microdnf install -y jq
170170
# Download the latest tests results artifact number from the GitHub API using jq to parse the JSON response
171171
curl \
172172
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)