Skip to content

Commit

Permalink
CI Linux arm: fixed drm option
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Jun 11, 2024
1 parent b6be1f3 commit e6c72f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/Linux/arm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ APPNAME=UltraGrid-latest-${ARCH}.AppImage

# shellcheck disable=SC2086 # intentional
set -- $FEATURES
set -- "$@" --enable-drm
set -- "$@" --enable-drm_disp
if [ "$ARCH" != arm64 ]; then
set -- "$@" --disable-vulkan
fi
Expand Down

0 comments on commit e6c72f0

Please sign in to comment.