Update pr_build.yml

Move to one line.
This commit is contained in:
Kalila 2022-01-04 02:21:35 -05:00 committed by GitHub
parent 3679fd8a6a
commit 990cb7f52e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,8 +173,7 @@ jobs:
- name: Override NSIS
shell: pwsh
if: startsWith(matrix.os, 'windows')
run: |
choco install nsis --version=3.06.1
run: choco install nsis --version=3.06.1
- name: Create Build Environment
shell: bash