ruki 2 년 전
부모
커밋
ce58618a83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"