ci: workaround for problem with i686 builds
authorVincent Fu <vincent.fu@samsung.com>
Sun, 19 Dec 2021 00:46:51 +0000 (19:46 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Sun, 19 Dec 2021 01:06:01 +0000 (20:06 -0500)
commit1420399f6620b417d9da4b801d3c049cf66e58f0
tree9f88b66a0ba5918f65743e78a299b56746606493
parent9b46661c289d01dbfe5182189a7abea9ce2f9e04
ci: workaround for problem with i686 builds

GitHub Actions currently has package dependency problems with some i386
packages. The work-around suggested in

https://github.com/actions/virtual-environments/issues/4620

appears to resolve the issue for our builds.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
ci/actions-install.sh