Skip to content

Commit ee7a02d

Browse files
committed
[ci] fix typo
1 parent e54c538 commit ee7a02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
strategy:
2323
matrix:
2424
container: [ "alicevision/cctag-deps:cuda11.8.0-ubuntu20.04", "alicevision/cctag-deps:cuda12.1.0-ubuntu22.04" ]
25-
build_tpe: [ "Release", "Debug" ]
25+
build_type: [ "Release", "Debug" ]
2626

2727
container:
2828
image: ${{ matrix.container }}
2929

3030
env:
3131
DEPS_INSTALL_DIR: /opt/
32-
BUILD_TYPE: ${{ matrix.build_tpe }}
32+
BUILD_TYPE: ${{ matrix.build_type }}
3333
CTEST_OUTPUT_ON_FAILURE: 1
3434
steps:
3535
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)