Skip to content

Commit

Permalink
Test_centos7_release_3
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 10, 2023
1 parent b09c980 commit 84d20f9
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/ci_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,15 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v1

- name: Install boost
run: |
source /opt/rh/devtoolset-9/enable
wget https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz
tar -xzvf ./boost_1_73_0.tar.gz
pwd
ls
cd boost_1_73_0
./bootstrap.sh --prefix=/usr/local
./b2 install --without-python -j 5
cd ..
- name: Download Boost-release
uses: pozetroninc/github-action-get-latest-release@master
with:
owner: ARnDOSrte
repo: Boost
token: ${{ secrets.TEST_TOKEN_RELEASE }}

- name: Unzip Boost
run: unzip boost_1_73_0.zip

- name: Configure 3rd parties
run: |
Expand Down

0 comments on commit 84d20f9

Please sign in to comment.