ci: fix typo in variable name

Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
This commit is contained in:
Sébastien Prud'homme 2023-05-29 21:55:39 +02:00
parent 18a701355c
commit e630bc5318

View file

@ -20,7 +20,7 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v3
with:
with:
submodules: true
- name: Dependencies
run: |
@ -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
@ -58,7 +58,7 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v3
with:
with:
submodules: true
- name: Dependencies
@ -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