Skip to content

Align unbundled GitHub workflow with how Boost is built for vsomeip #38

@PLeVasseur

Description

@PLeVasseur

It seems like Boost may be being built for Ubuntu 20.04, but they're still using ubuntu-latest, reference here:

jobs:
  build_on_ubuntu_boost_183_gcc_x86:
    runs-on: ubuntu-latest
    steps:
      - name: Ubuntu - Install boost 1.83.0 with gcc and x86
        uses: MarkusJx/install-boost@v2.4.4
        id: ubuntu-gcc-1_83-x86
        with:
          boost_version: 1.83.0
          platform_version: 20.04
          boost_install_dir: /home/runner
          toolset: gcc
          arch: x86
          cache: true

Related to #37, a more permanent fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions