aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_github.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 18:11:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 18:11:23 +0300
commite1ed577d747cf75740125ba76f0cbfed100648f9 (patch)
tree3934272d01e02dc18bf455b6a3d5e149ef52a452 /.github/workflows/ci_github.yml
parentREADME: actualize (diff)
downloadcmake-common-e1ed577d747cf75740125ba76f0cbfed100648f9.tar.gz
cmake-common-e1ed577d747cf75740125ba76f0cbfed100648f9.zip
project.ci: use same variable names for all CIs
Using different ones was quite weird to begin with.
Diffstat (limited to '.github/workflows/ci_github.yml')
-rw-r--r--.github/workflows/ci_github.yml8
1 files changed, 4 insertions, 4 deletions
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: