Skip to content

Commit

Permalink
fix typo (#235)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Apr 18, 2023
2 parents 2743c2c + 592bb7b commit 6d0abc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/cross_compile_support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]]; then
"libcusparse_devel:libcusparse"
"libnpp_devel:libnpp"
"libnvjpeg_devel:libnvjpeg"
"cuda-compat:nvidia_driver"
"cuda_compat:nvidia_driver"
)
# add additional packages to manifest with same version (and formatting)
# as for key "from_old" specified in the mapping above
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "conda-forge-ci-setup" %}
{% set version = "3.30.0" %}
{% set version = "3.30.1" %}
{% set build = 0 %}
{% set cuda_compiler_version = cuda_compiler_version or "None" %}
{% if cuda_compiler_version == "None" %}
Expand Down

0 comments on commit 6d0abc1

Please sign in to comment.