We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c447e12 commit 2abb033Copy full SHA for 2abb033
.github/workflows/ruby-build.yml
@@ -254,7 +254,10 @@ jobs:
254
- name: Install gh cli
255
run: |
256
yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
257
- yum install -y gh
+ # fetch-codeql requires unzip and jq
258
+ # jq is available in epel-release (https://docs.fedoraproject.org/en-US/epel/)
259
+ yum install -y gh unzip epel-release
260
+ yum install -y jq
261
- uses: actions/checkout@v3
262
- name: Fetch CodeQL
263
uses: ./.github/actions/fetch-codeql
0 commit comments