Skip to content

Commit

Permalink
Prepare for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Dec 4, 2024
1 parent 5a55f01 commit a359441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:

runs-on: ubuntu-latest
steps:
# FIXME: use main once merged
- name: Setup the build environment
uses: ultimaker/cura-workflows/.github/actions/setup-build-environment@CURA-11622_conan_v2
uses: ultimaker/cura-workflows/.github/actions/setup-build-environment@main
with:
conan_user: ${{ secrets.CONAN_USER }}
conan_password: ${{ secrets.CONAN_PASS }}
Expand Down
2 changes: 1 addition & 1 deletion recipes/clipper/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ClipperConan(ConanFile):
homepage = "http://www.angusj.com/delphi/clipper.php"
settings = "os", "arch", "compiler", "build_type"
package_type = "library"
python_requires = "sentrylibrary/1.0.0@ultimaker/cura_11622" # FIXME: use main after merge
python_requires = "sentrylibrary/1.0.0"
python_requires_extend = "sentrylibrary.SentryLibrary"

options = {
Expand Down

0 comments on commit a359441

Please sign in to comment.