Skip to content

Commit d59dc55

Browse files
committed
build fix
1 parent 01bc1fc commit d59dc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ runs:
147147
if [[ "$DISTRO" == '24.04' ]]; then
148148
tags_string+=" webkit2_41"
149149
fi
150-
build_options+=" -tags $tags_string"
150+
build_options+=" -tags '$tags_string'"
151151
elif [[ "${{ inputs.build-tags }}" == "false" && "$DISTRO" == '24.04' ]]; then
152-
build_options+=" -tags webkit2_41"
152+
build_options+=" -tags 'webkit2_41'"
153153
fi
154154
if ${{ inputs.nsis == true }}; then
155155
build_options+=' -nsis'

0 commit comments

Comments
 (0)