Skip to content

Commit

Permalink
Ubuntu doesn't require toolset to build boost
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jan 12, 2024
1 parent 3924e41 commit 9d9c19d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
uses: ./.github/workflows/compile-boost
with:
prefix: "../rte-antares-deps-Release/"
load-toolset: 'false'

- name: Configure
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
uses: ./.github/workflows/compile-boost
with:
prefix: "../rte-antares-deps-Release/"
load-toolset: 'false'

- name: Download userguide
uses: actions/download-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: ./.github/workflows/compile-boost
with:
prefix: "../rte-antares-deps-Release/"
load-toolset: 'false'


- name: Read antares-xpansion version
Expand Down

0 comments on commit 9d9c19d

Please sign in to comment.