Skip to content

Commit

Permalink
Merge pull request #1950 from BeamMW/ubuntu_18_issue
Browse files Browse the repository at this point in the history
Ubuntu 18 issue
  • Loading branch information
Roberrtt authored Jul 26, 2023
2 parents b590ae8 + 1573893 commit f950ddb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
if: matrix.os != 'windows-2019'
shell: bash
run: |
rm -rf ${{runner.workspace}}/boost_prebuild
git clone --depth=1 https://github.com/BeamMW/boost_prebuild_${{matrix.os}}.git ${{runner.workspace}}/boost_prebuild
echo "BOOST_INCLUDEDIR=${{runner.workspace}}/boost_prebuild/include" >> $GITHUB_ENV
echo "BOOST_LIBRARYDIR=${{runner.workspace}}/boost_prebuild/lib/" >> $GITHUB_ENV
Expand Down Expand Up @@ -236,6 +237,11 @@ jobs:
shell: bash
if: matrix.os == 'ubuntu-16.04' || matrix.os == 'ubuntu-18.04' || matrix.os == 'ubuntu-20.04'
run: echo "PLATFORM_NAME=linux" >> $GITHUB_ENV

- name: OS name [ununtu-18.04]
shell: bash
if: matrix.os == 'ubuntu-18.04'
run: echo "PLATFORM_NAME=ubuntu-18" >> $GITHUB_ENV

- name: OS name [windows]
shell: bash
Expand Down

0 comments on commit f950ddb

Please sign in to comment.