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