Skip to content

Commit

Permalink
use cleaned up branch for 8.9.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau committed Feb 1, 2024
1 parent 94ffbfa commit e7e0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/openssh/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OpenSSHConan(ConanFile):
description = 'OpenSSH'
settings = 'os', 'arch', 'distro', 'build_type'
no_copy_source = False
branch = 'devolutions'
branch = 'v8.9.0-patches'
python_requires = "shared/1.0.0@devolutions/stable"
python_requires_extend = "shared.UtilsBase"
use_prebuilt_msdeps = False
Expand Down

0 comments on commit e7e0693

Please sign in to comment.