ci: fix ups for 32-bit GitHub Actions Linux builds
authorVincent Fu <vincent.fu@samsung.com>
Thu, 18 May 2023 17:25:07 +0000 (13:25 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 18 May 2023 18:29:10 +0000 (14:29 -0400)
commit5cedafafeeb9dde862455342cd24c860d84f4f07
tree7b84fdf720a63a59ba827ed3bc54531ea3e49937
parente448d863c2fbf7036126e2f222ce7351ab3750ba
ci: fix ups for 32-bit GitHub Actions Linux builds

Fix the dependency install problem for 32-bit builds by explicitly
installing libc6:i386 and libgcc-s1:i386 as mentioned in the link below.

https://github.com/actions/runner-images/issues/4589#issuecomment-1552409942

Deleting microsoft-prod.list and adding --allow-downgrades were not
needed for our use case.

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