Explorar el Código

add install curl step

Michael Bolin hace 2 años
padre
commit
57b26daee6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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