Skip to content

Commit 1475c17

Browse files
committed
added ninja to the build container
1 parent a3558cc commit 1475c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c_cpp/provision.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ apt-get -y install zip
5555
apt-get -y install gcc-multilib
5656
apt-get -y install g++-multilib
5757
apt-get -y install qemu
58+
apt-get -y install ninja-build
5859

5960
echo "export PATH=$PATH" >> ~/.bashrc
6061
echo "export LANG=en_US.UTF-8" >> ~/.bashrc

0 commit comments

Comments
 (0)