ci: fix typo in variable name (#424)

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
This commit is contained in:
Sébastien Prud'homme 2023-05-29 23:11:29 +02:00 committed by GitHub
parent 04d6bd7922
commit 171b50bb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
- name: Build
id: build
env:
CMAKE_ARGS: "${{ matrix.define }}"
CMAKE_ARGS: "${{ matrix.defines }}"
BUILD_ID: "${{ matrix.build }}"
run: |
make dist
@ -68,7 +68,7 @@ jobs:
- name: Build
id: build
env:
CMAKE_ARGS: "${{ matrix.define }}"
CMAKE_ARGS: "${{ matrix.defines }}"
BUILD_ID: "${{ matrix.build }}"
run: |
make dist