소스 검색

add install curl step

Michael Bolin 2 년 전
부모
커밋
57b26daee6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/verify-build.yml

+ 2 - 0
.github/workflows/verify-build.yml

@@ -14,6 +14,8 @@ jobs:
     steps:
       - name: apt update
         run: apt-get -y update
+      - name: install curl
+        run: apt-get -y install curl
       - name: install Node.js
         run: curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
       - name: install yarn