diff --git a/.github/workflows/ionos-windows-build.yml b/.github/workflows/ionos-windows-build.yml index 1ef81cd0c7458..a9a4c71ce8a49 100644 --- a/.github/workflows/ionos-windows-build.yml +++ b/.github/workflows/ionos-windows-build.yml @@ -35,10 +35,10 @@ jobs: run: | & "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c --unshelve "${{ github.workspace }}\craft.shelf" - # - name: Switch Craft to qt5-lts - # run: | - # & cd "${{ github.workspace }}\craft\CraftMaster\${{ env.CRAFT_TARGET}}\etc\blueprints\locations\craft-blueprints-kde" - # git checkout qt5-lts + - name: Switch Craft to qt5-lts + run: | + & cd "${{ github.workspace }}\craft\${{ env.CRAFT_TARGET}}\etc\blueprints\locations\craft-blueprints-kde" + git checkout qt5-lts - name: craft run: |