Skip to content

Commit

Permalink
Make sure powershell script fails on error
Browse files Browse the repository at this point in the history
Signed-off-by: kazk <kazk.dev@gmail.com>
  • Loading branch information
kazk committed Mar 31, 2022
1 parent 3726230 commit 32c3bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: install openssl
if: matrix.os == 'windows-latest'
run: |
$ErrorActionPreference = "Stop"
choco install --verbose openssl
openssl version
refreshenv
Expand Down

0 comments on commit 32c3bbe

Please sign in to comment.