Skip to content

Commit

Permalink
fix centos7 & ol8
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Jeandemange <[email protected]>
  • Loading branch information
jeandemanged committed Nov 6, 2024
1 parent f19811c commit a3f69e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
echo "archive_path=$ARCHIVE_PATH" >> "$GITHUB_OUTPUT"
- name: Upload release package
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v1
with:
files: ${{ steps.metrix-install.outputs.archive_path }}.zip

Expand All @@ -134,7 +134,7 @@ jobs:
- name: Install Boost
run: |
yum update -y
yum install cmake make gcc gcc-c++ which git
yum install cmake make gcc gcc-c++ which git zip
dnf --enablerepo=ol8_codeready_builder install boost-static
- name: Checkout sources
Expand Down

0 comments on commit a3f69e5

Please sign in to comment.