We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54c538 commit ee7a02dCopy full SHA for ee7a02d
.github/workflows/continuous-integration.yml
@@ -22,14 +22,14 @@ jobs:
22
strategy:
23
matrix:
24
container: [ "alicevision/cctag-deps:cuda11.8.0-ubuntu20.04", "alicevision/cctag-deps:cuda12.1.0-ubuntu22.04" ]
25
- build_tpe: [ "Release", "Debug" ]
+ build_type: [ "Release", "Debug" ]
26
27
container:
28
image: ${{ matrix.container }}
29
30
env:
31
DEPS_INSTALL_DIR: /opt/
32
- BUILD_TYPE: ${{ matrix.build_tpe }}
+ BUILD_TYPE: ${{ matrix.build_type }}
33
CTEST_OUTPUT_ON_FAILURE: 1
34
steps:
35
- uses: actions/checkout@v2
0 commit comments