Skip to content

Commit

Permalink
Update setup-build-environment to use NP-637 branch
Browse files Browse the repository at this point in the history
Changed the GitHub action reference to the NP-637 branch for testing purposes. Added a temporary `conan_config_branch` input, with a note to remove it once the branch is merged. This ensures alignment with the ongoing changes in the workflow.

NP-637
  • Loading branch information
jellespijker committed Dec 17, 2024
1 parent 598d045 commit 2a63e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup the build environment
uses: ultimaker/cura-workflows/.github/actions/setup-build-environment@main
uses: ultimaker/cura-workflows/.github/actions/setup-build-environment@NP-637
with:
conan_user: ${{ secrets.CONAN_USER }}
conan_password: ${{ secrets.CONAN_PASS }}
conan_config_branch: NP-637 # FIXME: remove this line once merged

- uses: greguintow/get-diff-action@v7
id: get-diff
Expand Down

0 comments on commit 2a63e5b

Please sign in to comment.