Skip to content

Commit

Permalink
remove gh install
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 2, 2024
1 parent 7fe77f4 commit b858ccb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ jobs:
docker cp $container_id:/workspace/Antares_Simulator/_build/archive/ archive/
docker rm $container_id
- name: Install gh if needed
if: ${{ env.IS_RELEASE == 'true' }}
run: |
wget https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_linux_amd64.rpm
rpm -i gh_2.52.0_linux_amd64.rpm
gh --version
- name: Publish assets
if: ${{ env.IS_RELEASE == 'true' }}
Expand Down

0 comments on commit b858ccb

Please sign in to comment.