From e1ed577d747cf75740125ba76f0cbfed100648f9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Mar 2021 18:11:23 +0300 Subject: project.ci: use same variable names for all CIs Using different ones was quite weird to begin with. --- .github/workflows/ci_github.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/ci_github.yml') 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: -- cgit v1.2.3