mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Install required dependencies for gh in centos 7
This commit is contained in:
5
.github/workflows/ruby-build.yml
vendored
5
.github/workflows/ruby-build.yml
vendored
@@ -254,7 +254,10 @@ jobs:
|
||||
- name: Install gh cli
|
||||
run: |
|
||||
yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
|
||||
yum install -y gh
|
||||
# fetch-codeql requires unzip and jq
|
||||
# jq is available in epel-release (https://docs.fedoraproject.org/en-US/epel/)
|
||||
yum install -y gh unzip epel-release
|
||||
yum install -y jq
|
||||
- uses: actions/checkout@v3
|
||||
- name: Fetch CodeQL
|
||||
uses: ./.github/actions/fetch-codeql
|
||||
|
||||
Reference in New Issue
Block a user