OSDN Git Service

Fix up workflows for libcurl dependence
[hengbandforosx/hengbandosx.git] / .github / workflows / release.yaml
index dc23dbb..52b0442 100644 (file)
@@ -154,7 +154,7 @@ jobs:
           out="${{ steps.store_config.outputs.name }}"-"${{ steps.store_config.outputs.version }}"
           echo "archive_file=${out}.tar.gz" >> $GITHUB_OUTPUT
           ./bootstrap
-          ./configure --disable-japanese --disable-worldscore
+          ./configure --disable-japanese --disable-net
           make distdir
           mv "${{ steps.store_config.outputs.name }}"-* "$out"
           tar -cBf - "$out" | gzip -c - >"$out".tar.gz