fixup: undefined VARIANT variable

This commit is contained in:
Christian Schwarz
2023-04-25 19:07:33 +02:00
parent 90b672ec00
commit 865f08012a

View File

@@ -9,6 +9,8 @@ runs:
steps:
- name: Determine build vars
shell: bash -euxo pipefail {0}
env:
VARIANT: ${{ inputs.variant }}
run: |
case "$VARIANT" in
debug)