Skip to content

Commit f54d7c0

Browse files
authored
Revert "Change workaround" (#865)
* Revert "Change workaround" This reverts commit d041611. * Revert more of the workaround.
1 parent cc9b438 commit f54d7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/build_desktop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def install_x86_support_libraries(gha_build=False):
9494
# packages aren't modified. (Once the workaround above is removed, this can
9595
# be removed as well.)
9696
# Note: "-f" = "fix" - let apt do what it needs to do to fix dependencies.
97-
utils.run_command(['apt', 'install', '-f', '-V', '-y', 'libsecret-1-dev:i386'],
97+
utils.run_command(['apt', 'install', '-f', '-V', '-y', 'libsecret-1-dev'],
9898
as_root=True, check=True)
9999

100100

0 commit comments

Comments
 (0)