Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Dec 19, 2024
1 parent e055f9a commit 5d178e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
image: "ghcr.io/privatehive/conan-ubuntu:latest"
machine_type: c2d-standard-8
conan_remotes: https://conan.privatehive.de/artifactory/api/conan/public-conan
conan_options: "libONVIF/*openssl:=True"
conan_options: "libONVIF/*:openssl=True"

build_windows:
name: "Windows"
Expand All @@ -19,7 +19,7 @@ jobs:
machine_type: c2d-standard-8
conan_host_profile: "windowsMinGW"
conan_remotes: https://conan.privatehive.de/artifactory/api/conan/public-conan
conan_options: "libONVIF/*openssl:=False"
conan_options: "libONVIF/*:openssl=False"

build_android:
name: "Android"
Expand All @@ -29,7 +29,7 @@ jobs:
machine_type: c2d-standard-8
conan_host_profile: "androidArmv8"
conan_remotes: https://conan.privatehive.de/artifactory/api/conan/public-conan
conan_options: "libONVIF/*openssl:=True"
conan_options: "libONVIF/*:openssl=True"

upload_recipe:
name: "Finalize"
Expand Down

0 comments on commit 5d178e6

Please sign in to comment.