ruki 2 éve
szülő
commit
ce58618a83
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/ubuntu_arm64.yml

+ 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"