From 399bff8bf6422092988dc768e47d1d11c787abf8 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 22 Jun 2022 08:04:10 +0200 Subject: [PATCH] Remove reference to curaengine from step name Contributes to CURA-9365 --- .github/workflows/conan-package-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-package-create.yml b/.github/workflows/conan-package-create.yml index 56887ab10c..fe036cc8c4 100644 --- a/.github/workflows/conan-package-create.yml +++ b/.github/workflows/conan-package-create.yml @@ -42,7 +42,7 @@ jobs: runs-on: ${{ inputs.runs_on }} steps: - - name: Checkout CuraEngine + - name: Checkout uses: actions/checkout@v3 - name: Setup Python and pip