We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5cebd commit 772d51cCopy full SHA for 772d51c
.github/workflows/build-macos-tarball.yml
@@ -13,7 +13,7 @@ jobs:
13
run: |
14
curl -f -o get-gauche.sh https://raw.githubusercontent.com/shirok/get-gauche/master/get-gauche.sh
15
chmod +x get-gauche.sh
16
- ./get-gauche.sh --prefix /usr/local --auto --sudo --keep-builddir --version latest --force
+ ./get-gauche.sh --prefix /usr/local --auto --sudo --keep-builddir --version latest --force --configure='--with-tls=mbedtls-internal'
17
(cd build-*/Gauche-*; sudo make DESTDIR=`pwd`/../../package install)
18
(cd package; tar czvf ../gauche-binary-macos-latest.tar.gz .)
19
- name: "Upload"
0 commit comments