Skip to content

Commit 2856e3c

Browse files
authored
Merge pull request #213 from Nexarian/fix_github_workflow_build_break_add_apt
Fix build break in GitHub workflow
2 parents 752b765 + 45da35c commit 2856e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install_xorgxrdp_build_dependencies_with_apt.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ in
4040
;;
4141
esac
4242

43-
exec apt-get -yq \
43+
apt-get update
44+
apt-get -yq \
4445
--no-install-suggests \
4546
--no-install-recommends \
4647
$APT_EXTRA_ARGS \

0 commit comments

Comments
 (0)