From: Eric Branlund Date: Mon, 5 Sep 2022 19:14:27 +0000 (-0600) Subject: Adjust workflows to handle lib/xtra as a submodule. X-Git-Tag: vmacos3.0.0-alpha67~1^2~13 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f4ced18a467dd9788959b2d5ced720be08a03500;p=hengbandforosx%2Fhengbandosx.git Adjust workflows to handle lib/xtra as a submodule. --- diff --git a/.github/workflows/test-linux-build.yaml b/.github/workflows/test-linux-build.yaml index ad33ac531..670288d95 100644 --- a/.github/workflows/test-linux-build.yaml +++ b/.github/workflows/test-linux-build.yaml @@ -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. diff --git a/.github/workflows/test-mac-build.yaml b/.github/workflows/test-mac-build.yaml index cac55210d..dd158467e 100644 --- a/.github/workflows/test-mac-build.yaml +++ b/.github/workflows/test-mac-build.yaml @@ -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).