gh-actions: ci: fix yml
[m6w6/ext-http] / scripts / gen_github_workflow_ci.php
index 098da4821b6fad6bb277c0dc39feb3caa41f93c8..3b927ea4c6c5e9cac324e617b0dfffdf565926f7 100755 (executable)
@@ -61,8 +61,11 @@ foreach ($job as $id => $env) {
         printf("      %s: %s\n", $key, $val);
     }
 ?>
         printf("      %s: %s\n", $key, $val);
     }
 ?>
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
     steps:
       - uses: actions/checkout@v2
+        with:
+          submodules: true
       - name: Install
         run: |
           sudo apt-get install -y \
       - name: Install
         run: |
           sudo apt-get install -y \