Skip to content

Commit

Permalink
Use powershell for win shell
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonRolev committed Oct 7, 2024
1 parent 1dfd012 commit 8e08ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-win32/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
# --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Xerces-C - setup
- name: Xerces-C - prepare
shell: bash
shell: pwsh
run: |
mkdir xerces-c
cd xerces-c
Expand All @@ -23,7 +23,7 @@ runs:
# --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Boost - setup and build
- name: Boost - prepare
shell: bash
shell: pwsh
run: |
mkdir boost
cd boost
Expand Down

0 comments on commit 8e08ce5

Please sign in to comment.