Skip to content

Commit

Permalink
[SES-42] remove branch switch
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilBohleber committed Jul 29, 2024
1 parent 1f5b97b commit fbfb168
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ionos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:

- name: Craft setup
run: |
& "${{ github.workspace }}\.github\workflows\craft_setup.ps1" --setup
& "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c --setup
- name: Craft unshelve
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\CraftMaster\${{ env.CRAFT_TARGET}}\etc\blueprints\locations\craft-blueprints-kde"
# git checkout qt5-lts

- name: craft
run: |
Expand Down

0 comments on commit fbfb168

Please sign in to comment.