Include apt update in the github workflog
This commit is contained in:
parent
5db2973e27
commit
cdacc28925
@ -3,7 +3,8 @@ set -e
|
||||
|
||||
if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
|
||||
echo "==Linux===="
|
||||
sudo apt install -y make git zlib1g-dev libssl-dev gperf cmake \
|
||||
sudp apt-get update
|
||||
sudo apt-get install -y make git zlib1g-dev libssl-dev gperf cmake \
|
||||
ccache maven python3 python3-pip php-cli \
|
||||
clang libc++-dev libc++abi-dev
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user