2
0
ruki 2 жил өмнө
parent
commit
ce58618a83

+ 1 - 1
.github/workflows/ubuntu_arm64.yml

@@ -26,7 +26,7 @@ jobs:
           args: >
             bash -c
             "uname -a &&
-            apt update &&
+            apt update && apt install -y git build-essential &&
             cd /github/workspace &&
             ./configure &&
             make && make run"