Skip to content

Commit

Permalink
build in same shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 16, 2024
1 parent 7f07fc1 commit cd57f23
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

# choco install innosetup
- name: Setup
- name: Build
shell: powershell
run: |
choco install python310
Expand All @@ -29,15 +29,13 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-stage2.txt
- name: Build
shell: powershell
run: |
.\scripts\build.ps1
# jobs:
# build:
# runs-on: macos-11
Expand Down

0 comments on commit cd57f23

Please sign in to comment.