Skip to content

Commit

Permalink
hew & elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jan 10, 2024
1 parent e3d8469 commit 93c18ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install gcc 10
run: |
yum install -y centos-release-scl gh
yum install -y centos-release-scl
yum install -y devtoolset-10-gcc*
- name: Configure
Expand Down Expand Up @@ -115,6 +115,13 @@ jobs:
with:
path: _build/*.rpm

- name: Install gh
run: |
yum install dnf
dnf install 'dnf-command(config-manager)'
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
dnf install gh
- name: Publish assets
if: ${{ env.IS_RELEASE == 'true' }}
env:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install libraries
run: |
dnf install -y epel-release git cmake wget rpm-build redhat-lsb-core gh
dnf install -y epel-release git cmake wget rpm-build redhat-lsb-core
dnf install -y unzip libuuid-devel boost-test boost-devel gcc-toolset-10-toolchain zlib-devel
- name: Checkout
Expand Down Expand Up @@ -104,6 +104,12 @@ jobs:
with:
path: _build/*.rpm

- name: Install gh
run: |
dnf install 'dnf-command(config-manager)'
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
dnf install gh
- name: Publish assets
if: ${{ env.IS_RELEASE == 'true' }}
env:
Expand Down

0 comments on commit 93c18ba

Please sign in to comment.