Skip to content

Commit

Permalink
(build) Specify GHA shell as Windows PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Apr 2, 2024
1 parent 1f3046e commit 71268f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

- name: Build project
shell: powershell
run: |
./build.ps1 --target=CI
Expand Down

0 comments on commit 71268f6

Please sign in to comment.