gha: Fix Windows not building without installer

This commit is contained in:
dP
2021-05-04 22:43:10 +03:00
parent 4d5377f8e4
commit 68f64d67f3

View File

@@ -776,7 +776,7 @@ jobs:
echo "::endgroup::"
- name: Build (without installer)
if: needs.source.outputs.is_tag != 'true'
if: ${{ true }} # needs.source.outputs.is_tag != 'true'
shell: bash
run: |
mkdir build