Skip to content

Commit

Permalink
Use workflows from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 27, 2024
1 parent a9a4c5d commit 09be772
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ on:

jobs:
windows-installer:
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@main
# FIXME: Use main once merged
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@CURA-11622_conan_v2
with:
cura_conan_version: ${{ inputs.cura_conan_version }}
conan_args: ${{ inputs.conan_args }}
Expand All @@ -69,7 +70,8 @@ jobs:
secrets: inherit

macos-installer:
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
# FIXME: Use main once merged
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@CURA-11622_conan_v2
with:
cura_conan_version: ${{ inputs.cura_conan_version }}
conan_args: ${{ inputs.conan_args }}
Expand All @@ -80,7 +82,8 @@ jobs:
secrets: inherit

macos-arm-installer:
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
# FIXME: Use main once merged
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@CURA-11622_conan_v2
with:
cura_conan_version: ${{ inputs.cura_conan_version }}
conan_args: ${{ inputs.conan_args }}
Expand Down

0 comments on commit 09be772

Please sign in to comment.