ci needs bc
This commit is contained in:
parent
74102d5b81
commit
e02139da33
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu
|
sudo apt install -y build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu bc
|
||||||
curdir="$PWD"
|
curdir="$PWD"
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/tianocore/edk2.git --recursive
|
git clone https://github.com/tianocore/edk2.git --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user