Skip to content

Commit

Permalink
Check g++ version for Rocky Linux 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang2713 committed May 16, 2024
1 parent f7f4729 commit ba3e274
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-ce-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-24.04
#- os: ubuntu-24.04
#- os: ubuntu-22.04
#- os: rockylinux-8
- os: rockylinux-8
#- os: centos-8
#- os: centos-7
#cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic"
Expand Down Expand Up @@ -146,6 +146,8 @@ jobs:
- name: CMake Packages (community)
if: ${{ !matrix.ln && !matrix.ee && !matrix.container && !matrix.documentation }}
run: |
echo "gcc packages installed"
sudo rpm -qa
mkdir -p ${{needs.preamble.outputs.folder_build }}
echo "${{ secrets.SIGNING_SECRET }}" > ${{ needs.preamble.outputs.folder_build }}/private.key
Expand Down

0 comments on commit ba3e274

Please sign in to comment.