Skip to content

Commit be22a7d

Browse files
henrikbrixandersenfabiobaltieri
authored andcommitted
action: install g++-multilib on Linux hosts
Install g++-multilib on Linux hosts for use with native_sim. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent d74e882 commit be22a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
4646
if [ "${{ runner.os }}" = "Linux" ]; then
4747
sudo apt-get update -y
48-
sudo apt-get install -y ninja-build ccache
48+
sudo apt-get install -y ninja-build ccache g++-multilib
4949
if [ "${{ runner.arch }}" = "X64" ]; then
5050
sudo apt-get install -y libc6-dev-i386
5151
fi

0 commit comments

Comments
 (0)