Skip to content

Commit

Permalink
[ci] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simogasp committed Aug 31, 2023
1 parent e54c538 commit ee7a02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
strategy:
matrix:
container: [ "alicevision/cctag-deps:cuda11.8.0-ubuntu20.04", "alicevision/cctag-deps:cuda12.1.0-ubuntu22.04" ]
build_tpe: [ "Release", "Debug" ]
build_type: [ "Release", "Debug" ]

container:
image: ${{ matrix.container }}

env:
DEPS_INSTALL_DIR: /opt/
BUILD_TYPE: ${{ matrix.build_tpe }}
BUILD_TYPE: ${{ matrix.build_type }}
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ee7a02d

Please sign in to comment.