소스 검색

qemu-user-static

jamesread 4 년 전
부모
커밋
d5c008188e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/build-snapshot.yml

+ 3 - 0
.github/workflows/build-snapshot.yml

@@ -9,6 +9,9 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v2
 
+      - name: qemu static
+        run: sudo apt install -y qemu-user-static
+
       - name: Setup Go
         uses: actions/setup-go@v2
         with: