diff --git a/.github/workflows/ionos-windows-build.yml b/.github/workflows/ionos-windows-build.yml index a9a4c71ce8a49..390690030404d 100644 --- a/.github/workflows/ionos-windows-build.yml +++ b/.github/workflows/ionos-windows-build.yml @@ -32,17 +32,18 @@ jobs: & "${{ github.workspace }}\.github\workflows\craft_setup.ps1" --setup - name: Craft unshelve + continue-on-error: true 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\${{ 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: | - & "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c craft + # - name: craft + # run: | + # & "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c craft # - name: print Debug filesystem # run: | diff --git a/craft.shelf b/craft.shelf index da50ae59577cc..95dd9090ca91d 100644 --- a/craft.shelf +++ b/craft.shelf @@ -1,3 +1,3 @@ [General] version = 2 -blueprintrepositories = https://github.com/EmilBohleber/nc-desktop-client-blueprints.git|qt5-lts| \ No newline at end of file +blueprintrepositories = https://github.com/EmilBohleber/nc-desktop-client-blueprints.git|qt5-lts|;https://invent.kde.org/packaging/craft-blueprints-kde.git|qt5-lts| \ No newline at end of file