Skip to content

Commit

Permalink
[SES-42] add python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilBohleber committed Jul 29, 2024
1 parent 85077e8 commit d3f4e47
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ionos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Clone CraftMaster
run: git clone --depth=1 https://invent.kde.org/kde/craftmaster.git "${{ github.workspace }}\craft\CraftMaster\CraftMaster"
run: git clone -q --depth=1 https://invent.kde.org/kde/craftmaster.git "${{ github.workspace }}\craft\CraftMaster"

- name: Craft setup
run: |
Expand All @@ -35,9 +40,9 @@ jobs:
& cd "${{ github.workspace }}\craft\CraftMaster\${{ 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: |
Expand Down

0 comments on commit d3f4e47

Please sign in to comment.