diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci_appveyor.yml | 2 | ||||
-rw-r--r-- | .github/workflows/ci_github.yml | 8 | ||||
-rw-r--r-- | .github/workflows/ci_travis.yml | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml index da12953..f27f43b 100644 --- a/.github/workflows/ci_appveyor.yml +++ b/.github/workflows/ci_appveyor.yml @@ -30,7 +30,7 @@ jobs: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 PLATFORM: '${{ matrix.platform }}' CONFIGURATION: '${{ matrix.configuration }}' - boost_version: 1.72.0 + BOOST_VERSION: 1.72.0 defaults: run: diff --git a/.github/workflows/ci_github.yml b/.github/workflows/ci_github.yml index 91b1c96..897e37e 100644 --- a/.github/workflows/ci_github.yml +++ b/.github/workflows/ci_github.yml @@ -27,10 +27,10 @@ jobs: name: '${{ matrix.os }} / ${{ matrix.toolset }} / ${{ matrix.configuration }}' env: - toolset: '${{ matrix.toolset }}' - platform: x64 - configuration: '${{ matrix.configuration }}' - boost_version: 1.72.0 + TOOLSET: '${{ matrix.toolset }}' + PLATFORM: x64 + CONFIGURATION: '${{ matrix.configuration }}' + BOOST_VERSION: 1.72.0 defaults: run: diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml index c585f57..3ee4550 100644 --- a/.github/workflows/ci_travis.yml +++ b/.github/workflows/ci_travis.yml @@ -25,9 +25,9 @@ jobs: # https://docs.travis-ci.com/user/environment-variables/#default-environment-variables TRAVIS: 'true' TRAVIS_BUILD_DIR: '${{ github.workspace }}/examples/boost' - platform: x64 - configuration: '${{ matrix.configuration }}' - boost_version: 1.72.0 + PLATFORM: x64 + CONFIGURATION: '${{ matrix.configuration }}' + BOOST_VERSION: 1.72.0 defaults: run: |