Skip to content

Commit

Permalink
(build) Switch to a PowerShell step
Browse files Browse the repository at this point in the history
The build is failing on the hotfix branch, when it isn't on the develop
branch, and this is the only immediate difference between the two
branches.
  • Loading branch information
gep13 committed Apr 26, 2024
1 parent 72a4ee3 commit f1dafc6
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 f1dafc6

Please sign in to comment.