Skip to content

Commit

Permalink
typo in CI for Linux exclude rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Griwodz committed Aug 12, 2024
1 parent 6dd87af commit ae0c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
exclude:
# excludes debug on this one as it has a segmentation fault during the compilation (!)
- container: "alicevision/popsift-deps:cuda11.8.0-ubuntu20.04"
build_tpe: "Debug"
build_type: "Debug"

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

0 comments on commit ae0c58e

Please sign in to comment.