OSDN Git Service

Adjust workflows to handle lib/xtra as a submodule.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 5 Sep 2022 19:14:27 +0000 (13:14 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 5 Sep 2022 19:14:27 +0000 (13:14 -0600)
.github/workflows/test-linux-build.yaml
.github/workflows/test-mac-build.yaml

index ad33ac5..670288d 100644 (file)
@@ -20,6 +20,8 @@ jobs:
     steps:
       - name: Clone Project
         uses: actions/checkout@v2
+        with:
+          submodules: true
 
       # Requires automake, autoconf, and autoconf-archive; install those via
       # apt-get.
@@ -55,6 +57,8 @@ jobs:
     steps:
       - name: Clone Project
         uses: actions/checkout@v2
+        with:
+          submodules: true
 
       # Requires automake, autoconf, autoconf-archive and, unless building the
       # 1.6.2 version, nkf; install those via apt-get.
index cac5521..dd15846 100644 (file)
@@ -31,6 +31,8 @@ jobs:
     steps:
       - name: Clone Project
         uses: actions/checkout@v2
+        with:
+          submodules: true
 
       # Requires automake and autoconf; install those via homebrew (available
       # by default).
@@ -105,6 +107,8 @@ jobs:
     steps:
       - name: Clone Project
         uses: actions/checkout@v2
+        with:
+          submodules: true
 
       # Requires automake, autoconf, and, unless building the 1.6.2 version,
       # nkf; install those via homebrew (available by default).