Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Mar 7, 2022
1 parent 7df24ab commit e70fb54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1k/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ INSTALL_ROOT="install_${BUILD_TARGET}_${BUILD_ARCH}"
mkdir -p "buildsrc"

if [ "$RUNNER_OS" = "Linux" ] ; then
sudo apt-get install gcc-multilib
sudo apt-get update
sudo apt-get install gcc-multilib --fix-missing
fi

# Install nasm
Expand Down

0 comments on commit e70fb54

Please sign in to comment.