Skip to content

Commit

Permalink
action: install g++-multilib on Linux hosts
Browse files Browse the repository at this point in the history
Install g++-multilib on Linux hosts for use with native_sim.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
  • Loading branch information
henrikbrixandersen authored and fabiobaltieri committed Sep 18, 2024
1 parent d74e882 commit be22a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
if [ "${{ runner.os }}" = "Linux" ]; then
sudo apt-get update -y
sudo apt-get install -y ninja-build ccache
sudo apt-get install -y ninja-build ccache g++-multilib
if [ "${{ runner.arch }}" = "X64" ]; then
sudo apt-get install -y libc6-dev-i386
fi
Expand Down

0 comments on commit be22a7d

Please sign in to comment.