Michael Bolin 2 anni fa
parent
commit
7ac022cdd3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/verify-build.yml

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

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